From 89847abefdeb87a199f21c1ad773afcae194d48e Mon Sep 17 00:00:00 2001 From: James Meyer Date: Thu, 9 Oct 2008 12:29:06 -0700 Subject: remove iso options that don't match the current CARCH --- build_tools/go.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/build_tools/go.sh b/build_tools/go.sh index b776ee1..ccdfa94 100755 --- a/build_tools/go.sh +++ b/build_tools/go.sh @@ -1,8 +1,9 @@ #!/bin/bash +. /etc/makepkg.conf clear cd clarch || exit 1 declare -a menuarray -menuarray=( ` ls larch/profiles/`) +menuarray=( `ls larch/profiles/ |grep $CARCH`) echo ${array1[@]} element_count=${#menuarray[*]} -- cgit v0.12