[Libreoffice-commits] core.git: solenv/bin

Tor Lillqvist tml at collabora.com
Wed Jan 28 05:47:44 PST 2015


 solenv/bin/unittest-failed.sh |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 2208e85c5fc48f43be48b2240cc95421b47f1eb1
Author: Tor Lillqvist <tml at collabora.com>
Date:   Wed Jan 28 15:47:01 2015 +0200

    It's OS X, not OSX
    
    Change-Id: Id7cd032a8fd24d57e02d1a94e4bebccc56904609

diff --git a/solenv/bin/unittest-failed.sh b/solenv/bin/unittest-failed.sh
index f898db9..6bbd458 100755
--- a/solenv/bin/unittest-failed.sh
+++ b/solenv/bin/unittest-failed.sh
@@ -29,7 +29,7 @@ export CPPUNITTRACE="\"[full path to devenv.exe]\" /debugexe" # for interactive
 EOF
 elif [ "$3" = "MACOSX" ]; then
 cat << EOF
-export CPPUNITTRACE="lldb --" # for interactive debugging on OSX
+export CPPUNITTRACE="lldb --" # for interactive debugging on OS X
 EOF
 else
 cat << EOF


More information about the Libreoffice-commits mailing list