[Libreoffice-commits] buildbot.git: bin/push_nightlies.sh

Christian Lohmaier lohmaier+github at googlemail.com
Fri Nov 7 05:54:02 PST 2014


 bin/push_nightlies.sh |    6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

New commits:
commit fd188bda674ab20148dadcd802bcbbc78b8ca921
Author: Christian Lohmaier <lohmaier+github at googlemail.com>
Date:   Fri Nov 7 12:00:27 2014 +0100

    INPATH wath removed a year ago..

diff --git a/bin/push_nightlies.sh b/bin/push_nightlies.sh
index a737f2b..a4ec16e 100755
--- a/bin/push_nightlies.sh
+++ b/bin/push_nightlies.sh
@@ -76,7 +76,11 @@ fi
 
 topdir="$PWD"
 
-cd instsetoo_native/${INPATH}
+if [ -z "$INPATH" ] ; then
+    false
+else
+    cd instsetoo_native/${INPATH}
+fi
 
 if [ $? != 0 ]; then
     cd workdir


More information about the Libreoffice-commits mailing list