]> git.saurik.com Git - wxWidgets.git/blobdiff - wxPython/b
compilation error fix (trailing comma in an enum)
[wxWidgets.git] / wxPython / b
index f8dff7e68122bc84afb69540492a90605282cf0a..4f6136fb0a15d964b3f096aac86ef61169a52bca 100755 (executable)
@@ -42,12 +42,12 @@ elif [ "$1" = "d" ]; then
 elif [ "$1" = "t" ]; then
     shift
     #CMD="set CMD=touch src\*.i; touch contrib\glcanvas\*.i; touch contrib\ogl\*.i; touch contrib\stc\*.i"
-    CMD='find . -name "*.i" | xargs -l touch'
+    CMD='find . -name "*.i" | xargs touch'
 
 # "i" --> install
 elif [ "$1" = "i" ]; then
     shift
-    CMD="$SETUP build $OTHERFLAGS install"
+    CMD="$SETUP $FLAGS $OTHERFLAGS install"
 
 # "s" --> source dist
 elif [ "$1" = "s" ]; then