From: Robin Dunn Date: Tue, 14 May 2002 07:47:40 +0000 (+0000) Subject: Minor updates to build scripts X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/4b6f211eba3624d8c0f1e6480f79fe89842b8618 Minor updates to build scripts git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@15550 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- 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 -