Chromium Code Reviews| Index: test/mac/sdkroot/test_shorthand.sh |
| =================================================================== |
| --- test/mac/sdkroot/test_shorthand.sh (revision 1485) |
| +++ test/mac/sdkroot/test_shorthand.sh (working copy) |
| @@ -4,3 +4,5 @@ |
| # found in the LICENSE file. |
| set -e |
| + |
| +test $SDKROOT = /Developer/SDKs/MacOSX10.6.sdk |
|
Mark Mentovai
2012/08/29 12:33:25
Quote $SDKROOT OR use [[ instead of test.
|