diff options
author | Arun Isaac | 2017-09-03 00:43:19 +0530 |
---|---|---|
committer | Arun Isaac | 2017-09-03 01:26:59 +0530 |
commit | 2bbd4c54ef5f96eadeb0285ee1ad8cb60e905be5 (patch) | |
tree | 208d085fbaff89654e86f58e35ae4de23a4f3137 | |
parent | 9ad176d854450b7474a4857dae76974249514dea (diff) | |
download | nasa-apod-gnu-social-bot-2bbd4c54ef5f96eadeb0285ee1ad8cb60e905be5.tar.gz nasa-apod-gnu-social-bot-2bbd4c54ef5f96eadeb0285ee1ad8cb60e905be5.tar.lz nasa-apod-gnu-social-bot-2bbd4c54ef5f96eadeb0285ee1ad8cb60e905be5.zip |
Make script 'noglob' and 'nounset'.
* apod-bot.sh: Add -f and -u flags to shebang.
-rwxr-xr-x | apod-bot.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apod-bot.sh b/apod-bot.sh index 81fc5c3..f05b8fb 100755 --- a/apod-bot.sh +++ b/apod-bot.sh @@ -1,4 +1,4 @@ -#! /usr/bin/bash -e +#! /usr/bin/bash -efu # This work is in the public domain. # |