summaryrefslogtreecommitdiffstats
path: root/lib/deps.sh
diff options
context:
space:
mode:
Diffstat (limited to 'lib/deps.sh')
-rw-r--r--lib/deps.sh2
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')"