diff options
Diffstat (limited to 'build_kzip.bash')
-rwxr-xr-x | build_kzip.bash | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/build_kzip.bash b/build_kzip.bash index 329825a03..008030fef 100755 --- a/build_kzip.bash +++ b/build_kzip.bash @@ -14,6 +14,7 @@ : ${BUILD_NUMBER:=$(uuidgen)} : ${KYTHE_KZIP_ENCODING:=proto} +export KYTHE_KZIP_ENCODING # The extraction might fail for some source files, so run with -k and then check that # sufficiently many files were generated. |