]> Dogcows Code - chaz/tar/commitdiff
*** empty log message ***
authorFrançois Pinard <pinard@iro.umontreal.ca>
Wed, 16 Nov 1994 02:48:25 +0000 (02:48 +0000)
committerFrançois Pinard <pinard@iro.umontreal.ca>
Wed, 16 Nov 1994 02:48:25 +0000 (02:48 +0000)
scripts/level-0

index ae19b7c13a89dd963c9e43d128eaff6dd648ecfb..6a6f8aadec1aeaf5302e21da13b40eb841604102 100644 (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`
This page took 0.018411 seconds and 4 git commands to generate.