git://git.exim.org
/
buildfarm-client.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Remove a perl unicode env var.
[buildfarm-client.git]
/
run_cron.sh
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 $@