summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorP. J. McDermott <pj@pehjota.net>2015-10-30 22:20:29 (EDT)
committer P. J. McDermott <pj@pehjota.net>2015-10-30 22:20:29 (EDT)
commit0b356c64ccc07ac420726b456c97be073fda766f (patch)
tree4bd5e694fe39396afa10c49a284eaf9e035eca3b
parent23d5b8f625e53497cb7de3f5814a2752e3337301 (diff)
downloadfirman.sh-0b356c64ccc07ac420726b456c97be073fda766f.zip
firman.sh-0b356c64ccc07ac420726b456c97be073fda766f.tar.gz
firman.sh-0b356c64ccc07ac420726b456c97be073fda766f.tar.bz2
tools/shmin.sh: Fix most syntax errors
EOF after newline is perfectly valid.
-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