diff options
author | Sylvestre Ledru <sylvestre@debian.org> | 2015-02-01 14:55:43 +0000 |
---|---|---|
committer | Sylvestre Ledru <sylvestre@debian.org> | 2015-02-01 14:55:43 +0000 |
commit | 8931c49efade57afb73e0d6f51e739a8ea4b896e (patch) | |
tree | a3f9b50b19f9e68c04d0c8a6289b3b26a87d1236 /configure | |
parent | 38a2e36ad9c9f27e6f1ab1dd5937e3c333f9346f (diff) |
Fix some bashims. More information on https://wiki.ubuntu.com/DashAsBinSh. Reported initially on https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=772302 & https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=772301
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@227744 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/configure b/configure index e22c21e302f..2eed67ef67c 100755 --- a/configure +++ b/configure @@ -9910,7 +9910,7 @@ if test "$ac_res" != no; then else echo "Error! You need to have libopagent around." - exit -1 + exit 1 fi @@ -10073,7 +10073,7 @@ if test $ac_cv_header_opagent_h = yes; then else echo "Error! You need to have opagent.h around." - exit -1 + exit 1 fi |