mirror of
https://github.com/moparisthebest/curl
synced 2024-11-11 03:55:03 -05:00
30974cb895
Shellcheck tells us "-n doesn't work with unquoted arguments. quote or use [[ ]]." And testing shows: ``` docker run --rm -it ubuntu bash root@fe85ce156856:/# [ -n $DOES_NOT_EXIST ] && echo "I ran" I ran root@fe85ce156856:/# [ -n "$DOES_NOT_EXIST" ] && echo "I ran" root@fe85ce156856:/# ``` Closes #5773 |
||
---|---|---|
.. | ||
before_script.sh | ||
iconv-env.sh | ||
script.sh |