diff options
| author | Joerg Sonnenberger <joerg@bec.de> | 2013-07-04 15:11:10 +0000 |
|---|---|---|
| committer | Joerg Sonnenberger <joerg@bec.de> | 2013-07-04 15:11:10 +0000 |
| commit | 0644627bef4991d747ab8495693d35442bf70cb6 (patch) | |
| tree | 20cffed96ae559df56520ef541caf7f7ddf4429a /libcxx/test | |
| parent | 80a99478bd0e66a6b758c752ba8dfeaf0f218083 (diff) | |
| download | bcm5719-llvm-0644627bef4991d747ab8495693d35442bf70cb6.tar.gz bcm5719-llvm-0644627bef4991d747ab8495693d35442bf70cb6.zip | |
Fix bashism.
llvm-svn: 185646
Diffstat (limited to 'libcxx/test')
| -rwxr-xr-x | libcxx/test/testit | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libcxx/test/testit b/libcxx/test/testit index a7423645d5a..18b08145360 100755 --- a/libcxx/test/testit +++ b/libcxx/test/testit @@ -12,7 +12,7 @@ currentpath=`pwd` origpath=$currentpath currentdir=`basename $currentpath` while [ $currentdir != "test" ]; do - if [ $currentdir == "/" ] + if [ $currentdir = "/" ] then echo "current directory must be in or under \"test\"." exit 1 |

