Skip to content

Commit

Permalink
Fix shell check warning in install.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
safing-bot committed May 30, 2023
1 parent 28f6351 commit 93b0fec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion linux/install.sh
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 93b0fec

Please sign in to comment.