From: Rudolf Polzer Date: Mon, 4 Oct 2010 16:02:39 +0000 (+0200) Subject: remove that sleep as it didn't help anyway X-Git-Tag: xonotic-v0.1.0preview~148 X-Git-Url: https://git.xonotic.org/?p=xonotic%2Fxonotic.git;a=commitdiff_plain;h=9495ed15585fb877f984344ce301cea471e6b8b9 remove that sleep as it didn't help anyway --- diff --git a/misc/tools/cached-converter.sh b/misc/tools/cached-converter.sh index d7bf5864..e11b4576 100755 --- a/misc/tools/cached-converter.sh +++ b/misc/tools/cached-converter.sh @@ -41,7 +41,7 @@ cached() if ! $flag; then return 0 fi - sleep 0.25 + #sleep 0.25 if [ x"$infile1" = x"$outfile1" ]; then keep=true fi