Update of /cvsroot/firebird/interbase/builds/original
In directory slayer.i.sourceforge.net:/tmp/cvs-serv2750
Modified Files:
edit_makes
Log Message:
Add explicit path to run script. Removes need to add . to path.
Index: edit_makes
===================================================================
RCS file: /cvsroot/firebird/interbase/builds/original/edit_makes,v
retrieving revision 1.1.1.1
retrieving revision 1.2
diff -C2 -r1.1.1.1 -r1.2
*** edit_makes 2000/08/03 20:42:42 1.1.1.1
--- edit_makes 2000/12/14 19:59:55 1.2
***************
*** 15,17 ****
# All Rights Reserved.
# Contributor(s): ______________________________________.
! ls make.* | awk '{print "edit_make $(SYSTEM) $(VERSION) " $1 " ../" $1}' | sh
--- 15,17 ----
# All Rights Reserved.
# Contributor(s): ______________________________________.
! ls make.* | awk '{print "./edit_make $(SYSTEM) $(VERSION) " $1 " ../" $1}' | sh
|