From 85167af9b748873c4f1ece8a8b109c2d1b08dc40 Mon Sep 17 00:00:00 2001 From: P. J. McDermott Date: Fri, 28 Sep 2012 08:46:39 -0400 Subject: Standardize use of quotes in _ob_parse_dep(). --- (limited to 'lib') 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')" -- cgit v0.9.1