diff --git a/tabs/common-script.sh b/tabs/common-script.sh index 769ae905..d0c0c470 100644 --- a/tabs/common-script.sh +++ b/tabs/common-script.sh @@ -9,7 +9,7 @@ CYAN='\033[36m' GREEN='\033[32m' command_exists() { - which "$1" >/dev/null 2>&1 + command -v "$1" >/dev/null 2>&1 } checkAURHelper() {