]> git.saurik.com Git - wxWidgets.git/commitdiff
Minor updates to build scripts
authorRobin Dunn <robin@alldunn.com>
Tue, 14 May 2002 07:47:40 +0000 (07:47 +0000)
committerRobin Dunn <robin@alldunn.com>
Tue, 14 May 2002 07:47:40 +0000 (07:47 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@15550 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

wxPython/b
wxPython/src/b

index 4ab9f9e4c6148b506c5492ec3939ea26a0106fdc..4f6136fb0a15d964b3f096aac86ef61169a52bca 100755 (executable)
@@ -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
index 2ab601f12260a34f4d1a43f71ea5bd4a47fdb89a..074e737738682624ca5c10148aa1d00ec7cac66f 100755 (executable)
@@ -1,4 +1,3 @@
-#!/bin/bash
 cd ..
 . b $*
 cd -