diff --git a/wxPython/b b/wxPython/b index 4ab9f9e4c6..4f6136fb0a 100755 --- a/wxPython/b +++ b/wxPython/b @@ -47,7 +47,7 @@ elif [ "$1" = "t" ]; then # "i" --> install elif [ "$1" = "i" ]; then shift - CMD="$SETUP build $OTHERFLAGS install" + CMD="$SETUP $FLAGS $OTHERFLAGS install" # "s" --> source dist elif [ "$1" = "s" ]; then diff --git a/wxPython/src/b b/wxPython/src/b index 2ab601f122..074e737738 100755 --- a/wxPython/src/b +++ b/wxPython/src/b @@ -1,4 +1,3 @@ -#!/bin/bash cd .. . b $* cd -