bugfix whitespace

This commit is contained in:
AJ ONeal
2020-07-24 20:43:50 +00:00
committed by AJ ONeal
parent 054d7baee4
commit cf41e2d905
+1 -1
View File
@@ -5,7 +5,7 @@
set -u
my_bin="$1"
if [ -z "$(which $my_bin)"]; then
if [ -z "$(which $my_bin)" ]; then
echo "'$my_bin' not found"
exit 1
fi