diff options
author | Howard Hinnant <hhinnant@apple.com> | 2010-06-02 18:20:39 +0000 |
---|---|---|
committer | Howard Hinnant <hhinnant@apple.com> | 2010-06-02 18:20:39 +0000 |
commit | cbbf633edb3d7751cd313bca1839ade9f23d84f2 (patch) | |
tree | 2e0628169521f1b96ee5ed55ec8f94dce86190c5 /libcxx/lib/buildit | |
parent | 94801a47f80c1ff383d14b84f7e68affb4542b3f (diff) | |
download | bcm5719-llvm-cbbf633edb3d7751cd313bca1839ade9f23d84f2.tar.gz bcm5719-llvm-cbbf633edb3d7751cd313bca1839ade9f23d84f2.zip |
[string.conversions]
llvm-svn: 105336
Diffstat (limited to 'libcxx/lib/buildit')
-rwxr-xr-x | libcxx/lib/buildit | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libcxx/lib/buildit b/libcxx/lib/buildit index 43341f97029..19d195988a2 100755 --- a/libcxx/lib/buildit +++ b/libcxx/lib/buildit @@ -12,7 +12,7 @@ then exit 1 fi -if [ -z $CXX ] +if [ -z "$CXX" ] then CXX=g++ fi |