diff options
-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. |