remove that sleep as it didn't help anyway

This commit is contained in:
Rudolf Polzer 2010-10-04 18:02:39 +02:00
parent aace29890d
commit 9495ed1558

View File

@ -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