summaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorP. J. McDermott <pjm@nac.net>2012-10-25 23:28:57 (EDT)
committer P. J. McDermott <pjm@nac.net>2012-10-25 23:28:57 (EDT)
commitb5d7ce68421606c5e38287bc42e7ac1c142dd66c (patch)
treed443ff32074b6eae13daf6eb8c1755029c04451c /lib
parent6c6e0021c1e6655ae79bfc2eb5303a71791fa478 (diff)
Fix parsing of platform specs in ob_parse_dep().
Diffstat (limited to 'lib')
-rw-r--r--lib/deps.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/deps.sh b/lib/deps.sh
index a423413..3f54386 100644
--- a/lib/deps.sh
+++ b/lib/deps.sh
@@ -136,7 +136,7 @@ ob_parse_dep()
if [ "${_obpd_dep# <*>}" != "${_obpd_dep}" ]; then
_obpd_plats="${_obpd_dep# <}"
- _obpd_plats="${_obpd_arches%%>*}"
+ _obpd_plats="${_obpd_plats%%>*}"
_obpd_dep="${_obpd_dep# <*>}"
fi