more tweaks and fixes

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@3860 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Robin Dunn
1999-10-06 23:49:48 +00:00
parent 2690830ea0
commit 134d79dca7
6 changed files with 290 additions and 5 deletions

View File

@@ -1,7 +1,7 @@
#!/bin/bash
cd src
build $*
if [ $? != 0 ]; then
if [ "$?" != "0" ]; then
exit 1
fi