Update of /cvsroot/nice/tester
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv11695
Modified Files:
run
Log Message:
Quite update
Index: run
===================================================================
RCS file: /cvsroot/nice/tester/run,v
retrieving revision 1.11
retrieving revision 1.12
diff -C2 -d -r1.11 -r1.12
*** run 7 May 2004 08:53:19 -0000 1.11
--- run 7 May 2004 09:01:02 -0000 1.12
***************
*** 9,13 ****
# We first update the tester code, then start a new copy of this file
# (since it might have been updated).
! if cvs update; then
exec "$0" updated
else
--- 9,13 ----
# We first update the tester code, then start a new copy of this file
# (since it might have been updated).
! if cvs -q update; then
exec "$0" updated
else
|