Correct shell compatibility issue detected with pkgsrc.
[deliverable/binutils-gdb.git] / gdb / config / djgpp / djconfig.sh
index 6c0d8698e84deca5bdbfeca32ccbb2b31614c79f..dbaf8f5d76dc76b3b8e69dd2f782f21e9f1cfa43 100644 (file)
@@ -92,7 +92,7 @@ TMPFILE="${TMPDIR-.}/cfg.tmp"
 
 # We need to skip the build directory if it is a subdirectory of $srcdir,
 # otherwise we will have an infinite recursion on our hands...
-if test "`pwd`" == "${srcdir}" ; then
+if test "`pwd`" = "${srcdir}" ; then
   SKIPDIR=""
   SKIPFILES=""
 else
This page took 0.024231 seconds and 4 git commands to generate.