]> git.xonotic.org Git - xonotic/xonotic.git/commitdiff
remove that sleep as it didn't help anyway
authorRudolf Polzer <divverent@alientrap.org>
Mon, 4 Oct 2010 16:02:39 +0000 (18:02 +0200)
committerRudolf Polzer <divverent@alientrap.org>
Mon, 4 Oct 2010 16:02:39 +0000 (18:02 +0200)
misc/tools/cached-converter.sh

index d7bf5864a212a5e3cf323874f9e67d01509622fb..e11b4576fa74441ef46f9d49668c5dadb3ee8a1a 100755 (executable)
@@ -41,7 +41,7 @@ cached()
        if ! $flag; then
                return 0
        fi
        if ! $flag; then
                return 0
        fi
-       sleep 0.25
+       #sleep 0.25
        if [ x"$infile1" = x"$outfile1" ]; then
                keep=true
        fi
        if [ x"$infile1" = x"$outfile1" ]; then
                keep=true
        fi