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 cc2d3b1..bc6759b 100644 --- a/lib/deps.sh +++ b/lib/deps.sh @@ -56,7 +56,7 @@ ob_parse_dep() done shift $(($OPTIND - 1)) - if [ "${#}" -eq 1 ]; then + if [ ${#} -eq 1 ]; then # Separate components with spaces. _obpd_dep="$(echo "${1}" | \ sed 's/\([(\[]\)/ \1/g;s/\([<>=][<>=]*\)/\1 /g')" |