Skip to content

Commit

Permalink
Fix shellcheck
Browse files Browse the repository at this point in the history
  • Loading branch information
famfo committed Dec 29, 2023
1 parent 23285bd commit 8929ad7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Arma3Helper.sh
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ fi
## FUNCTIONS
# Installed check ($1 = path; $2 = name in error msg)
_checkinstall() {
if [[ ! $(command -v $1) ]]; then
if [[ ! $(command -v "$1") ]]; then
echo -e "\e[31mError\e[0m: $1 is not installed!"
exit 1
fi
Expand Down

0 comments on commit 8929ad7

Please sign in to comment.