From: Neil M. <nm...@us...> - 2000-12-14 20:11:44
|
Update of /cvsroot/firebird/interbase/builds/original In directory slayer.i.sourceforge.net:/tmp/cvs-serv4294 Modified Files: run_edit Log Message: Add explicit path to run script. Removes need to add . to path. Index: run_edit =================================================================== RCS file: /cvsroot/firebird/interbase/builds/original/run_edit,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -C2 -r1.1.1.1 -r1.2 *** run_edit 2000/08/03 20:42:48 1.1.1.1 --- run_edit 2000/12/14 20:11:23 1.2 *************** *** 65,78 **** fi if [ $SYS_TYPE != 'NOLINK_OS' ]; then ! edit_make $SYSTEM $VERSION refresh ../refresh ! edit_make $SYSTEM $VERSION refresh.all ../refresh.all chmod +x ../refresh* ! edit_make $SYSTEM $VERSION special_opt ../special_opt chmod +x ../special_opt if [ $SYSTEM = 'DELTA' ]; then ! edit_make $SYSTEM $VERSION expand_dbs ../expand_dbs ! edit_make $SYSTEM $VERSION compress_dbs ../compress_dbs ! edit_make $SYSTEM $VERSION expand.sed ../expand.sed ! edit_make $SYSTEM $VERSION compress.sed ../compress.sed chmod +x ../expand_dbs chmod +x ../compress_dbs --- 65,78 ---- fi if [ $SYS_TYPE != 'NOLINK_OS' ]; then ! ./edit_make $SYSTEM $VERSION refresh ../refresh ! ./edit_make $SYSTEM $VERSION refresh.all ../refresh.all chmod +x ../refresh* ! ./edit_make $SYSTEM $VERSION special_opt ../special_opt chmod +x ../special_opt if [ $SYSTEM = 'DELTA' ]; then ! ./edit_make $SYSTEM $VERSION expand_dbs ../expand_dbs ! ./edit_make $SYSTEM $VERSION compress_dbs ../compress_dbs ! ./edit_make $SYSTEM $VERSION expand.sed ../expand.sed ! ./edit_make $SYSTEM $VERSION compress.sed ../compress.sed chmod +x ../expand_dbs chmod +x ../compress_dbs *************** *** 96,125 **** edit_make $SYSTEM $VERSION special_opt ../../special_opt.ksh else ! edit_make $SYSTEM $VERSION refresh ../../refresh ! edit_make $SYSTEM $VERSION refresh.all ../../refresh.all chmod +x ../../refresh* ! edit_make $SYSTEM $VERSION expand_dbs ../../expand_dbs ! edit_make $SYSTEM $VERSION compress_dbs ../../compress_dbs chmod +x ../../expand_dbs chmod +x ../../compress_dbs ! edit_make $SYSTEM $VERSION copy_makes ../../copy_makes chmod +x ../../copy_makes ! edit_make $SYSTEM $VERSION fetch_comp ../../fetch_comp chmod +x ../../fetch_comp ! edit_make $SYSTEM $VERSION build_kit ../../build_kit chmod +x ../../build_kit ! edit_make $SYSTEM $VERSION special_opt ../../special_opt chmod +x ../../special_opt ! edit_make $SYSTEM $VERSION set_prot ../../set_prot chmod +x ../../set_prot ! edit_make $SYSTEM $VERSION unset_prot ../../unset_prot chmod +x ../../unset_prot fi ! edit_make $SYSTEM $VERSION expand.sed ../expand.sed ! edit_make $SYSTEM $VERSION compress.sed ../compress.sed ! edit_make $SYSTEM $VERSION add_template ../../add_template ! edit_make $SYSTEM $VERSION mpm_template ../../mpm_template ! edit_make $SYSTEM $VERSION mpp_template ../../mpp_template ! edit_make $SYSTEM $VERSION put_template ../../put_template chmod +x ../../add_template chmod +x ../../mpm_template --- 96,125 ---- edit_make $SYSTEM $VERSION special_opt ../../special_opt.ksh else ! ./edit_make $SYSTEM $VERSION refresh ../../refresh ! ./edit_make $SYSTEM $VERSION refresh.all ../../refresh.all chmod +x ../../refresh* ! ./edit_make $SYSTEM $VERSION expand_dbs ../../expand_dbs ! ./edit_make $SYSTEM $VERSION compress_dbs ../../compress_dbs chmod +x ../../expand_dbs chmod +x ../../compress_dbs ! ./edit_make $SYSTEM $VERSION copy_makes ../../copy_makes chmod +x ../../copy_makes ! ./edit_make $SYSTEM $VERSION fetch_comp ../../fetch_comp chmod +x ../../fetch_comp ! ./edit_make $SYSTEM $VERSION build_kit ../../build_kit chmod +x ../../build_kit ! ./edit_make $SYSTEM $VERSION special_opt ../../special_opt chmod +x ../../special_opt ! ./edit_make $SYSTEM $VERSION set_prot ../../set_prot chmod +x ../../set_prot ! ./edit_make $SYSTEM $VERSION unset_prot ../../unset_prot chmod +x ../../unset_prot fi ! ./edit_make $SYSTEM $VERSION expand.sed ../expand.sed ! ./edit_make $SYSTEM $VERSION compress.sed ../compress.sed ! ./edit_make $SYSTEM $VERSION add_template ../../add_template ! ./edit_make $SYSTEM $VERSION mpm_template ../../mpm_template ! ./edit_make $SYSTEM $VERSION mpp_template ../../mpp_template ! ./edit_make $SYSTEM $VERSION put_template ../../put_template chmod +x ../../add_template chmod +x ../../mpm_template |