*** empty log message ***

This commit is contained in:
François Pinard
1994-11-16 02:48:25 +00:00
parent ea044c9007
commit 3b9ee8a16d

View File

@@ -33,7 +33,7 @@ if [ "$1" != "now" ]; then
fi
pausetime=`date | awk '{hr=substr($4,1,2);\\
mn=substr($4,4,2);\\
if((hr+0)<spec)\\
if((hr+0)<(spec+0))\\
print 3600*(spec-hr)-60*mn;\\
else\\
print 3600*(spec+(24-hr))-60*mn; }' spec=$spec`