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

index 2a007c9de7566168907148a0fbf1b763224af8d5..7f095126ae3d7456c7e264d634db182a2c7dc9bc 100644 (file)
@@ -29,7 +29,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.019047 seconds and 4 git commands to generate.