curl/scripts
Thomas M. DuBuisson 30974cb895
travis/script.sh: fix use of `-n' with unquoted envvar
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
2020-08-04 09:51:01 +02:00
..
travis travis/script.sh: fix use of `-n' with unquoted envvar 2020-08-04 09:51:01 +02:00
Makefile.am copyright: fix out-of-date copyright ranges and missing headers 2020-03-24 15:05:59 +01:00
completion.pl copyright: fix out-of-date copyright ranges and missing headers 2020-03-24 15:05:59 +01:00
contributors.sh contributors: Also include people who contributed to curl-www 2020-02-05 13:54:16 +01:00
contrithanks.sh copyright: fix out-of-date copyright ranges and missing headers 2020-03-24 15:05:59 +01:00
copyright.pl scripts/copyright.pl: skip .dcignore 2020-06-30 15:30:20 +02:00
coverage.sh copyright: fix out-of-date copyright ranges and missing headers 2020-03-24 15:05:59 +01:00
delta scripts: use last set tag if none given 2020-02-05 10:46:28 +01:00
installcheck.sh copyright: fix out-of-date copyright ranges and missing headers 2020-03-24 15:05:59 +01:00
log2changes.pl copyright: fix out-of-date copyright ranges and missing headers 2020-03-24 15:05:59 +01:00
release-notes.pl all: fix codespell errors 2020-05-25 19:44:04 +00:00
singleuse.pl singleuse.pl: support new API functions, fix curl_dbg_ handling 2020-01-24 10:29:06 +01:00
updatemanpages.pl copyright: fix out-of-date copyright ranges and missing headers 2020-03-24 15:05:59 +01:00