diff --git a/grezzo.sh b/grezzo.sh index e5d24b9..cb06a1c 100755 --- a/grezzo.sh +++ b/grezzo.sh @@ -7,7 +7,7 @@ function this_script_path() { } function feat_missing() { - ! command -v "$1" 2>&1 >/dev/null + ! command -v "$1" >/dev/null 2>&1 } function feat_needed() {