From 2bbd4c54ef5f96eadeb0285ee1ad8cb60e905be5 Mon Sep 17 00:00:00 2001
From: Arun Isaac
Date: Sun, 3 Sep 2017 00:43:19 +0530
Subject: Make script 'noglob' and 'nounset'.

* apod-bot.sh: Add -f and -u flags to shebang.
---
 apod-bot.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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.
 #
-- 
cgit v1.2.3