X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/52ad59c2e9ec4237636cecd864961bcde35ca84b..e422162882bf4c5ae743fd618864e97206765fca:/wxPython/b diff --git a/wxPython/b b/wxPython/b index f8dff7e681..4f6136fb0a 100755 --- a/wxPython/b +++ b/wxPython/b @@ -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