]> git.saurik.com Git - wxWidgets.git/blobdiff - utils/wxPython/buildall
updated generated sources
[wxWidgets.git] / utils / wxPython / buildall
index 7db44d38dca12b50406df99faf319922d56f3c7b..56830c495cbfec02dfed4c3c5c6bca9a90a56625 100755 (executable)
@@ -1,7 +1,7 @@
 #!/bin/bash
 cd src
 build $*
-if [ $? != 0 ]; then
+if [ "$?" != "0" ]; then
     exit 1
 fi