[Nice-commit] tester run,1.8,1.9
Brought to you by:
bonniot
From: <bo...@us...> - 2003-06-22 10:11:47
|
Update of /cvsroot/nice/tester In directory sc8-pr-cvs1:/tmp/cvs-serv14633 Modified Files: run Log Message: Properly handle JDK_VERSION when it is not set in every config Index: run =================================================================== RCS file: /cvsroot/nice/tester/run,v retrieving revision 1.8 retrieving revision 1.9 diff -C2 -d -r1.8 -r1.9 *** run 12 May 2003 17:00:25 -0000 1.8 --- run 22 Jun 2003 10:11:44 -0000 1.9 *************** *** 48,51 **** --- 48,56 ---- for conffile in ../config.*; do name="`expr match $conffile '../config\.\(.*\)'`" + + # Blamk the variable, so it does not keep the previous value if it + # is not reset to a new value. + JDK_VERSION= + . $conffile |