diff options
Diffstat (limited to 'lib')
-rw-r--r-- | lib/deps.sh | 2 |
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 |