/
uis
/
git
/
x
/
uis
/
git
/
git.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
i18n: make GETTEXT_POISON a runtime option
[git/git.git]
/
ci
/
lib-travisci.sh
diff --git
a/ci/lib-travisci.sh
b/ci/lib-travisci.sh
index
06970f7
..
69dff4d
100755
(executable)
--- a/
ci/lib-travisci.sh
+++ b/
ci/lib-travisci.sh
@@
-123,7
+123,7
@@
osx-clang|osx-gcc)
# Travis CI OS X
export GIT_SKIP_TESTS="t9810 t9816"
;;
-GETTEXT_POISON)
- export GETTEXT_POISON=YesPlease
+G
IT_TEST_G
ETTEXT_POISON)
+ export G
IT_TEST_G
ETTEXT_POISON=YesPlease
;;
esac