aboutsummaryrefslogtreecommitdiff
path: root/bot.zsh
diff options
context:
space:
mode:
Diffstat (limited to 'bot.zsh')
-rwxr-xr-xbot.zsh4
1 files changed, 1 insertions, 3 deletions
diff --git a/bot.zsh b/bot.zsh
index 6b2cf14..7876a6d 100755
--- a/bot.zsh
+++ b/bot.zsh
@@ -6,11 +6,9 @@
if (( __bot_env != 1 ))
then
- exec /usr/bin/env -i PATH="${PATH}" __bot_env=1 "${0}" ${@}
+ exec /usr/bin/env -i PATH="${PATH}" __bot_env=1 "${0}" ${@} 2> /dev/null
fi
-exec 2> /dev/null
-
set -e
umask 77