summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNorbert Thiebaud <nthiebaud@gmail.com>2013-02-26 15:25:00 -0600
committerNorbert Thiebaud <nthiebaud@gmail.com>2013-02-26 15:29:31 -0600
commit4572939a6900a15d683bac4af2d32dd8bee71bde (patch)
tree7867f8ac21ec64bc3b8ea727bcf7b132b5cc985e
parentd4d06af9207ad6c323d72ef20892597fb168d14f (diff)
tinbuild2 : tolerate both location for delivery packages
-rwxr-xr-xbin/push_nightlies.sh3
1 files changed, 1 insertions, 2 deletions
diff --git a/bin/push_nightlies.sh b/bin/push_nightlies.sh
index 9e209c9..d3a7b19 100755
--- a/bin/push_nightlies.sh
+++ b/bin/push_nightlies.sh
@@ -72,8 +72,7 @@ fi
cd instsetoo_native/${INPATH}
if [ $? != 0 ]; then
- echo "cd instsetoo_native/${INPATH} failed" 1>&2
- exit 1
+ cd workdir
fi
if [ "$ASYNC" = "1" ] ; then