From 3bc8c693e4131f96214fa9a9309d92a750513272 Mon Sep 17 00:00:00 2001 From: P. J. McDermott Date: Wed, 26 Sep 2012 21:09:40 -0400 Subject: Standardize use of quotes in code style. --- (limited to 'lib/load.sh') diff --git a/lib/load.sh b/lib/load.sh index ee32e9b..bb11e23 100644 --- a/lib/load.sh +++ b/lib/load.sh @@ -28,7 +28,7 @@ ob_use() { _ob_local _obu_module - if [ "${#}" -eq 1 ]; then + if [ ${#} -eq 1 ]; then _obu_module="${1}" else _ob_return 125 -- cgit v0.9.1