summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xtools/shmin.sh1
1 files changed, 0 insertions, 1 deletions
diff --git a/tools/shmin.sh b/tools/shmin.sh
index 2bcb5f6..d5b298d 100755
--- a/tools/shmin.sh
+++ b/tools/shmin.sh
@@ -132,7 +132,6 @@ parse()
case "${c}" in
' ' | "${HT}" | "${LF}")
;;
- '') return 1;;
*)
buffer="${buffer}${LF}"
break