shellcheck: Fix errors and warnings

This commit is contained in:
Björn Busse 2021-03-06 01:21:11 +01:00
parent 2c7d25bb00
commit 98124f57a8
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@ install() {
if [ -f "bash_unit" ]; then if [ -f "bash_unit" ]; then
printf "bash_unit test framework exists\n" printf "bash_unit test framework exists\n"
else else
curl -o /tmp/install.sh -sLO $1 curl -o /tmp/install.sh -sLO "$1"
chmod +x /tmp/install.sh chmod +x /tmp/install.sh
/tmp/install.sh /tmp/install.sh
fi fi