From 69890d17a01426cf7de8b6aa1dc64b56dfb7449d Mon Sep 17 00:00:00 2001 From: Alex Xu Date: Thu, 6 Mar 2014 17:02:37 -0500 Subject: meh --- unrpyc/find-gzip.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'unrpyc/find-gzip.sh') diff --git a/unrpyc/find-gzip.sh b/unrpyc/find-gzip.sh index 2c2e51d..c9e8e00 100755 --- a/unrpyc/find-gzip.sh +++ b/unrpyc/find-gzip.sh @@ -1,9 +1,10 @@ #!/bin/sh if command -v zopfli; then : -elif command -v gzip; then +elif G=$(command -v gzip); [[ "$G" ]]; then echo >&2 "Consider obtaining zopfli (https://github.com/Hello71/zopfli) for higher" echo >&2 "compression ratios (about 5% decrease in size of script.json.gz)." + echo "$G" -9 else echo >&2 "Could not find zopfli or gzip, aborting." exit 1 -- cgit v1.2.3-70-g09d2