summaryrefslogtreecommitdiffstats
path: root/build_tools/go.sh
diff options
context:
space:
mode:
authorJames Meyer <james.meyer@operamail.com>2008-10-09 19:29:06 (GMT)
committerJames Meyer <james.meyer@operamail.com>2008-10-09 19:29:06 (GMT)
commit89847abefdeb87a199f21c1ad773afcae194d48e (patch)
treee2887be3300749cc9a9b62dda16093670f41b8f9 /build_tools/go.sh
parent8202aecfb8f6937a30bfd06f2d586e45596d445a (diff)
downloadlinhes_dev-89847abefdeb87a199f21c1ad773afcae194d48e.zip
remove iso options that don't match the current CARCH
Diffstat (limited to 'build_tools/go.sh')
-rwxr-xr-xbuild_tools/go.sh3
1 files changed, 2 insertions, 1 deletions
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[*]}