From 50173ad857f3a65051220815c161060a565094df Mon Sep 17 00:00:00 2001 From: James Meyer Date: Mon, 22 Jun 2009 17:45:18 -0500 Subject: go.sh set a default value to the third option --- build_tools/go.sh | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/build_tools/go.sh b/build_tools/go.sh index b73c777..e57dec0 100755 --- a/build_tools/go.sh +++ b/build_tools/go.sh @@ -24,6 +24,12 @@ then else profile=MV-local fi +echo $profile +if [ x$a = x ] +then + + profile=${menuarray[3]} +fi echo "Running ./mklarch -f -p larch/profiles/$profile" time ./mklarch -f -c /tmp/$profile -p larch/profiles/$profile -- cgit v0.12