diff options
-rwxr-xr-x | bin/runtest | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/runtest b/bin/runtest index 034dbc0..34386e4 100755 --- a/bin/runtest +++ b/bin/runtest @@ -41,7 +41,7 @@ PROGNAME="bin/runtest $DEBUGMODE" # Setup HOSTNAME=`hostname | cut -f1 -d.` # no domain part -TODAY=`date +%y%m%d` +TODAY=`date +%m%d%a` WEEKDAY=`date +%a` H5VER= # default to current CVS version H5VERSION= # default to current CVS version |