git://git.exim.org
/
buildfarm-client.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(from parent 1:
aab2ad4
)
Remove a perl unicode env var.
author
Todd Lyons
<tlyons@ivenue.com>
Tue, 14 Jan 2014 13:37:24 +0000
(13:37 +0000)
committer
Todd Lyons
<tlyons@exim.org>
Tue, 14 Jan 2014 13:39:24 +0000
(
05:39
-0800)
Interfered with spec.txt documentation generation.
run_cron.sh
patch
|
blob
|
history
diff --git
a/run_cron.sh
b/run_cron.sh
index d302665d83246be8a879d475e3352c6b8b909d46..717c9706975151454b941a5f7e2aa36b8a336e46 100755
(executable)
--- a/
run_cron.sh
+++ b/
run_cron.sh
@@
-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 $@