summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarlos Martín Nieto <cmn@dwim.me>2014-05-02 10:16:43 +0200
committerCarlos Martín Nieto <cmn@dwim.me>2014-05-02 10:16:43 +0200
commite99495d1c91f3e822c47ce1a7c4bc051e55733ac (patch)
treeaadabb96eb1859d4355d978a61b36d8111aa9fe4
parent89b93b558c08b5bdafce6a2899f01ba919f47b40 (diff)
downloadlibgit2-e99495d1c91f3e822c47ce1a7c4bc051e55733ac.tar.gz
oops
-rwxr-xr-xscript/cibuild.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/script/cibuild.sh b/script/cibuild.sh
index 928d47ade..3eeb52b98 100755
--- a/script/cibuild.sh
+++ b/script/cibuild.sh
@@ -18,8 +18,8 @@ cmake .. -DCMAKE_INSTALL_PREFIX=../_install $OPTIONS || exit $?
cmake --build . --target install || exit $?
umask
ctest -V .
-umask
ret=$?
+umask
ls -Rl /tmp
exit $ret