[Nice-commit] Nice/regtest regtest,1.27,1.28
Brought to you by:
bonniot
|
From: Artem Gr K. <ar...@us...> - 2005-04-01 15:44:07
|
Update of /cvsroot/nice/Nice/regtest In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv29621/regtest Modified Files: regtest Log Message: expr: use standard ":" instead of "match" (to run under FreeBSD). Index: regtest =================================================================== RCS file: /cvsroot/nice/Nice/regtest/regtest,v retrieving revision 1.27 retrieving revision 1.28 diff -C2 -d -r1.27 -r1.28 *** regtest 20 Feb 2004 13:25:16 -0000 1.27 --- regtest 1 Apr 2005 15:43:42 -0000 1.28 *************** *** 6,10 **** # PWD return different values on different systems: # Nice/regtest with bash on Linux, Nice/ under sh on Digital Unix ! if expr match $NICE_TOP '.*regtest$' >/dev/null; then NICE_TOP=`dirname $NICE_TOP` fi --- 6,10 ---- # PWD return different values on different systems: # Nice/regtest with bash on Linux, Nice/ under sh on Digital Unix ! if expr $NICE_TOP : '.*regtest$' >/dev/null; then NICE_TOP=`dirname $NICE_TOP` fi |