Typo fix.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@37840 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
parent
98da423304
commit
49089236aa
@ -412,7 +412,7 @@ dospininstaller()
|
||||
zip $ZIPFLAGS -r wxMSW-$VERSION.zip wxWidgets-$VERSION/*
|
||||
cd wxWidgets-$VERSION
|
||||
|
||||
if ["$INNO" != "0"]; then
|
||||
if [ "$INNO" != "0" ]; then
|
||||
echo Generating $SETUPSCRIPTNAME
|
||||
rm -f $SETUPSCRIPTNAME
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user