solenv/bin/gdb-core-bt.sh |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit eb4a3e95cd02f940c9c794aea89e1e1a12588981
Author: Stephan Bergmann <sberg...@redhat.com>
Date:   Tue Jul 30 18:25:08 2013 +0200

    Better Shell error messages in case argument is missing
    
    ...like before 62df5aabcdb3dc99ada137a5fa06707ec671d1fe "gdb-core-bt.sh 
expects
    three arguments now"
    
    Change-Id: I0e75813e36278e53db3fa13a60a58a84e90d7538

diff --git a/solenv/bin/gdb-core-bt.sh b/solenv/bin/gdb-core-bt.sh
index 69ce22b..0d21dda 100755
--- a/solenv/bin/gdb-core-bt.sh
+++ b/solenv/bin/gdb-core-bt.sh
@@ -27,7 +27,7 @@ then
         rm "$GDBCOMMANDFILE"
         echo
         exit 0
-    elif [ $EXITCODE -ge 128 ]; then
+    elif [ "$EXITCODE" -ge 128 ]; then
         echo
         echo "No core file identified in directory ${COREDIR}"
         echo "To show backtraces for crashes during test execution,"
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to