summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xtools/shmin.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/shmin.sh b/tools/shmin.sh
index d5b298d..d4386c6 100755
--- a/tools/shmin.sh
+++ b/tools/shmin.sh
@@ -67,10 +67,10 @@ parse()
done
else
while :; do
- fgetc
if [ "x${c}" = "x${LF}" ]; then
break
fi
+ fgetc
done
fi
fi