summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorXavier Clerc <xavier.clerc@inria.fr>2012-01-19 07:57:51 +0000
committerXavier Clerc <xavier.clerc@inria.fr>2012-01-19 07:57:51 +0000
commitff3c199564dd7fa89d49d6662d83c578b8e7ff7e (patch)
tree831257394faca8699881a5896d906df8536ac34a
parentaabb8cfb70131a8ea61726b5d7900cae043837d9 (diff)
downloadocaml-ff3c199564dd7fa89d49d6662d83c578b8e7ff7e.tar.gz
PR#5482: fixed bashism (other problem have already been fixed).
git-svn-id: http://caml.inria.fr/svn/ocaml/trunk@12054 f963ae5c-01c2-4b8c-9fe0-0dff7051ff02
-rw-r--r--testsuite/makefiles/Makefile.common2
1 files changed, 1 insertions, 1 deletions
diff --git a/testsuite/makefiles/Makefile.common b/testsuite/makefiles/Makefile.common
index 7809f3bd26..e1b15dbace 100644
--- a/testsuite/makefiles/Makefile.common
+++ b/testsuite/makefiles/Makefile.common
@@ -16,7 +16,7 @@ OCAMLMKLIB=$(OCAMLRUN) $(TOPDIR)/tools/ocamlmklib$(EXE)
OCAMLYACC=$(TOPDIR)/yacc/ocamlyacc$(EXE)
OCAMLBUILD=$(TOPDIR)/_build/ocamlbuild/ocamlbuild.native
DUMPOBJ=$(OCAMLRUN) $(TOPDIR)/tool/dumpobj$(EXE)
-BYTECODE_ONLY=`if [ "$(ASM)" == "none" ]; then echo 'YES'; else echo ''; fi`
+BYTECODE_ONLY=`if [ "$(ASM)" = "none" ]; then echo 'YES'; else echo ''; fi`
#COMPFLAGS=
#FORTRAN_COMPILER=
#FORTRAN_LIBRARY=