From 96bf5e927ecfff7aa87dd01c15080bfbc458a08f Mon Sep 17 00:00:00 2001 From: Roman Bogorodskiy Date: Sat, 5 May 2007 17:13:35 +0000 Subject: [PATCH] Avoid bash-isms. git-svn-id: https://conky.svn.sourceforge.net/svnroot/conky/trunk/conky1@860 7f574dfc-610e-0410-a909-a81674777703 --- autogen.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/autogen.sh b/autogen.sh index b43264f3..caed5355 100755 --- a/autogen.sh +++ b/autogen.sh @@ -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