Avoid bash-isms.
authorRoman Bogorodskiy <mirrorbox@users.sourceforge.net>
Sat, 5 May 2007 17:13:35 +0000 (17:13 +0000)
committerRoman Bogorodskiy <mirrorbox@users.sourceforge.net>
Sat, 5 May 2007 17:13:35 +0000 (17:13 +0000)
git-svn-id: https://conky.svn.sourceforge.net/svnroot/conky/trunk/conky1@860 7f574dfc-610e-0410-a909-a81674777703

autogen.sh

index b43264f..caed535 100755 (executable)
@@ -10,7 +10,7 @@ ACLOCAL=${ACLOCAL:-aclocal}
 AUTOHEADER=${AUTOHEADER:-autoheader}
 LIBTOOLIZE=${LIBTOOLIZE:-libtoolize}
 
-if [ "$1" == "clean" ]; then
+if [ "$1" = "clean" ]; then
     /bin/rm -f configure.ac
     exit 0
 fi