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

New commits:
commit fd188bda674ab20148dadcd802bcbbc78b8ca921
Author: Christian Lohmaier <lohmaier+git...@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
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to