From cb43d7a7c1e4e66f7972f24c50eb182d631cb5ca Mon Sep 17 00:00:00 2001 From: Santiago Lo Coco Date: Wed, 19 Jan 2022 16:41:02 -0300 Subject: [PATCH] Refactor --- scripts/bootstrap.sh | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/scripts/bootstrap.sh b/scripts/bootstrap.sh index d6536bf..74d78f9 100755 --- a/scripts/bootstrap.sh +++ b/scripts/bootstrap.sh @@ -82,11 +82,7 @@ getGitconfigData() { } checkForDependencies() { - if [ "$1" = "libnewt" ]; then - comm=whiptail - else - comm=$1 - fi + comm=$1 && [ "$1" = "libnewt" ] && comm=whiptail command -v "${comm}" &> /dev/null if [ $? -eq 1 ]; then