summaryrefslogtreecommitdiffstats
path: root/lib/load.sh
diff options
context:
space:
mode:
authorP. J. McDermott <pjm@nac.net>2012-09-26 21:09:40 (EDT)
committer P. J. McDermott <pjm@nac.net>2012-09-26 21:09:40 (EDT)
commit3bc8c693e4131f96214fa9a9309d92a750513272 (patch)
tree97c48131e0a088717161a7f336ac438a933d417f /lib/load.sh
parent438319633f1d7ecf4197f240d9c3ce811e5c5d48 (diff)
Standardize use of quotes in code style.
Diffstat (limited to 'lib/load.sh')
-rw-r--r--lib/load.sh2
1 files changed, 1 insertions, 1 deletions
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