From 93b0fece8e55f60a471fd41945ca6f0473e2740b Mon Sep 17 00:00:00 2001 From: Safing Date: Tue, 30 May 2023 13:49:56 +0200 Subject: [PATCH] Fix shell check warning in install.sh --- linux/install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/linux/install.sh b/linux/install.sh index aab1696..f6a2851 100755 --- a/linux/install.sh +++ b/linux/install.sh @@ -1,5 +1,5 @@ #!/bin/bash -TEMP=`getopt -u -o uhd:t: -l no-color,no-download,purge,uninstall,no-upgrade,debug,help,assets-url:,start-url:,arch:,tmp-dir: -n 'portmaster-installer' -- "$@"` +TEMP=$(getopt -u -o uhd:t: -l no-color,no-download,purge,uninstall,no-upgrade,debug,help,assets-url:,start-url:,arch:,tmp-dir: -n 'portmaster-installer' -- "$@") eval set -- "$TEMP" if [[ $? -ne 0 ]]; then