diff options
author | P. J. McDermott <pjm@nac.net> | 2013-05-09 14:28:04 (EDT) |
---|---|---|
committer | P. J. McDermott <pjm@nac.net> | 2013-05-09 14:28:04 (EDT) |
commit | 0091c784456471fb08d752829318bcc399352ac6 (patch) | |
tree | c380226060cf284f510d06aeae3a594566f1fb38 /lib/buildsystem.sh | |
parent | 05bc35f5a86b8a531b008106c131913e0c1ecbc9 (diff) |
lib/buildsystem.sh: s/@@ARCHTAB@@/@@ARCHTABDIR@@/.
Diffstat (limited to 'lib/buildsystem.sh')
-rw-r--r-- | lib/buildsystem.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/buildsystem.sh b/lib/buildsystem.sh index db07666..cfb92d8 100644 --- a/lib/buildsystem.sh +++ b/lib/buildsystem.sh @@ -154,7 +154,7 @@ oh_buildsystem_arch() fi # Try to find a suitable build system host arch. - for _ohbsa_bs_arch in $(cat '@@ARCHTAB@@/'"${_ohbsa_arch}/${_ohbsa_system}") + for _ohbsa_bs_arch in $(cat '@@ARCHTABDIR@@/'"${_ohbsa_arch}/${_ohbsa_system}") do if oh_buildsystem_do 'testarch' "${_ohbsa_system}" "${_ohbsa_bs_arch}" then |