Allow timestamp display to be configured on/off instead of always off.

Allow timestamp display to be configured on/off instead of always off.
This commit is contained in:
Nathan Scott
2002-11-15 05:21:22 +00:00
parent 3041fa2c3c
commit 64a3700ffb
+1 -1
View File
@@ -150,7 +150,7 @@ echo "preamble" >/tmp/check.sts
rm -f check.full rm -f check.full
# by default don't output timestamps # by default don't output timestamps
timestamp=false timestamp=${TIMESTAMP:=false}
. ./common . ./common