[PATCH:makedepend] Fix bashism: shell string comparison is =, not ==.

Cyril Brulebois kibi at debian.org
Sun Oct 31 07:50:36 PDT 2010


Signed-off-by: Cyril Brulebois <kibi at debian.org>
---
 tests/28045/makedep.sh |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/tests/28045/makedep.sh b/tests/28045/makedep.sh
index 322e8a0..f344b48 100755
--- a/tests/28045/makedep.sh
+++ b/tests/28045/makedep.sh
@@ -5,7 +5,7 @@
 
 set -e
 
-if [ "x$MAKEDEPEND" == "x" ]; then
+if [ "x$MAKEDEPEND" = "x" ]; then
     MAKEDEPEND=makedepend
 fi
 
-- 
1.7.2.3



More information about the xorg-devel mailing list