diff --git a/debi.sh b/debi.sh index 7ce6953..c77c1c6 100755 --- a/debi.sh +++ b/debi.sh @@ -8,7 +8,7 @@ _err() { } _command_exists() { - command -v "$1" >/dev/null 2>&1 + command -v "$1" > /dev/null 2>&1 } late_command=