diff options
author | P. J. McDermott <pjm@nac.net> | 2012-10-25 15:37:15 (EDT) |
---|---|---|
committer | P. J. McDermott <pjm@nac.net> | 2012-10-25 15:37:15 (EDT) |
commit | ed043ec64e6d18f90d98c1f7b1ecc924a36796f3 (patch) | |
tree | 3ceb26703d037065ca23f0c80104911bcdf946ba | |
parent | be9c85aa53cd0952992c55199cd5541c0c8ce11d (diff) |
Remove arch specs from remaining dep string.
-rw-r--r-- | lib/deps.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/deps.sh b/lib/deps.sh index c5da438..b4eda95 100644 --- a/lib/deps.sh +++ b/lib/deps.sh @@ -110,6 +110,7 @@ ob_parse_dep() if [ "${_obpd_dep# \[*\]}" != "${_obpd_dep}" ]; then _obpd_arches="${_obpd_dep# \[}" _obpd_arches="${_obpd_arches%%\]*}" + _obpd_dep="${_obpd_dep# \[*\]}" fi # Set the specified variables. |