Remove a perl unicode env var.
authorTodd Lyons <tlyons@ivenue.com>
Tue, 14 Jan 2014 13:37:24 +0000 (13:37 +0000)
committerTodd Lyons <tlyons@exim.org>
Tue, 14 Jan 2014 13:39:24 +0000 (05:39 -0800)
Interfered with spec.txt documentation generation.

run_cron.sh

index d302665d83246be8a879d475e3352c6b8b909d46..717c9706975151454b941a5f7e2aa36b8a336e46 100755 (executable)
@@ -13,4 +13,8 @@ if which git >/dev/null; then
   git pull >/dev/null
 fi
 
+# Sanitize or set up environment
+# 1) Remove because spec.txt generation fails if set
+export -n PERL_UNICODE
+
 ./run_branches.pl $@