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
-------------------------------------------------------
This SF.net email is sponsored by Demarc:
A global provider of Threat Management Solutions.
Download our HomeAdmin security software for free today!
http://www.demarc.com/Info/Sentarus/hamr30
|
Try Searching:
servers, voip, java, networking, microsoft ...
|
|
|
|