diff options
-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 521aa2f..74b4bc6 100644 --- a/lib/deps.sh +++ b/lib/deps.sh @@ -79,7 +79,7 @@ ob_parse_dep() if [ "${_obpd_dep# (*)}" != "${_obpd_dep}" ]; then _obpd_relver="${_obpd_dep# (}" _obpd_relver="${_obpd_relver%%)*}" - _obpd_dep="${_obpd_dep#(*)}" + _obpd_dep="${_obpd_dep# (*)}" _obpd_rel="${_obpd_relver% *}" _obpd_ver="${_obpd_relver##* }" fi |