diff options
author | P. 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) |
commit | 0b356c64ccc07ac420726b456c97be073fda766f (patch) | |
tree | 4bd5e694fe39396afa10c49a284eaf9e035eca3b /tools | |
parent | 23d5b8f625e53497cb7de3f5814a2752e3337301 (diff) | |
download | firman.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.
Diffstat (limited to 'tools')
-rwxr-xr-x | tools/shmin.sh | 1 |
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 |