shellcheck: Fix errors and warnings
This commit is contained in:
parent
2c7d25bb00
commit
98124f57a8
|
@ -4,7 +4,7 @@ install() {
|
|||
if [ -f "bash_unit" ]; then
|
||||
printf "bash_unit test framework exists\n"
|
||||
else
|
||||
curl -o /tmp/install.sh -sLO $1
|
||||
curl -o /tmp/install.sh -sLO "$1"
|
||||
chmod +x /tmp/install.sh
|
||||
/tmp/install.sh
|
||||
fi
|
||||
|
|
Loading…
Reference in New Issue