missing backticks

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_8_BRANCH@59049 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Chris Elliott
2009-02-20 10:23:46 +00:00
parent 5bedd2a85f
commit 4ed33956e1

View File

@@ -26,10 +26,10 @@ if [ `basename $1` = "config.guess" ] ; then
fi
# ignore makefile.wat etc
if [ basename $1 = "makefile.wat" ] ; then
if [ `basename $1` = "makefile.wat" ] ; then
exit 1
fi
if [ basename $1 = "config.wat" ] ; then
if [ `basename $1` = "config.wat" ] ; then
exit 1
fi