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:
parent
60764129c1
commit
96bf5e927e
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user