From 265fbbbd54cd359bfbea3678c6e8d868f3157a24 Mon Sep 17 00:00:00 2001 From: JEEVITHA KANNAN K S Date: Thu, 19 Sep 2024 07:16:41 +0530 Subject: [PATCH] Fix bug (#394) --- tabs/common-script.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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() {