mirror of
https://github.com/webinstall/webi-installers.git
synced 2026-08-20 04:26:25 +00:00
bugfix whitespace
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user