diff options
author | Tor Lillqvist <tml@collabora.com> | 2015-01-28 15:47:01 +0200 |
---|---|---|
committer | Tor Lillqvist <tml@collabora.com> | 2015-01-28 15:47:01 +0200 |
commit | 2208e85c5fc48f43be48b2240cc95421b47f1eb1 (patch) | |
tree | 390ca168a634e6efce1ccd7925ef41a6222c5cc0 /solenv | |
parent | 0f0f0d8cba53d1a0bd7505e15989dd12f96c30fe (diff) |
It's OS X, not OSX
Change-Id: Id7cd032a8fd24d57e02d1a94e4bebccc56904609
Diffstat (limited to 'solenv')
-rwxr-xr-x | solenv/bin/unittest-failed.sh | 2 |
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 |