1
0
mirror of https://github.com/Llewellynvdm/conky.git synced 2024-12-26 04:17:33 +00:00

Avoid bash-isms.

git-svn-id: https://conky.svn.sourceforge.net/svnroot/conky/trunk/conky1@860 7f574dfc-610e-0410-a909-a81674777703
This commit is contained in:
Roman Bogorodskiy 2007-05-05 17:13:35 +00:00
parent 60764129c1
commit 96bf5e927e

View File

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