summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTor Lillqvist <tml@collabora.com>2015-01-28 15:47:01 +0200
committerTor Lillqvist <tml@collabora.com>2015-01-28 15:47:01 +0200
commit2208e85c5fc48f43be48b2240cc95421b47f1eb1 (patch)
tree390ca168a634e6efce1ccd7925ef41a6222c5cc0
parent0f0f0d8cba53d1a0bd7505e15989dd12f96c30fe (diff)
It's OS X, not OSX
Change-Id: Id7cd032a8fd24d57e02d1a94e4bebccc56904609
-rwxr-xr-xsolenv/bin/unittest-failed.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/solenv/bin/unittest-failed.sh b/solenv/bin/unittest-failed.sh
index f898db9d6b47..6bbd458cc263 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