File: bashism

package info (click to toggle)
mlv 3.1.0-8
  • links: PTS
  • area: main
  • in suites: bookworm
  • size: 10,596 kB
  • sloc: ansic: 18,982; sh: 4,760; makefile: 381; objc: 246; xml: 92
file content (11 lines) | stat: -rw-r--r-- 230 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
--- a/configure.ac
+++ b/configure.ac
@@ -205,7 +205,7 @@ AC_ARG_ENABLE([language],
 
 for i in ${LANGUAGES}
 do
-	if test x$i == x${language}
+	if test x$i = x${language}
 	then
 		AC_SUBST([INSTALL_LANGUAGE],[${language}])
 	fi