mirror of
https://github.com/Llewellynvdm/conky.git
synced 2024-12-25 12:10:03 +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}
|
||||
LIBTOOLIZE=${LIBTOOLIZE:-libtoolize}
|
||||
|
||||
if [ "$1" == "clean" ]; then
|
||||
if [ "$1" = "clean" ]; then
|
||||
/bin/rm -f configure.ac
|
||||
exit 0
|
||||
fi
|
||||
|
Loading…
Reference in New Issue
Block a user