summaryrefslogtreecommitdiffstats
path: root/lib/deps.sh
diff options
context:
space:
mode:
Diffstat (limited to 'lib/deps.sh')
-rw-r--r--lib/deps.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/deps.sh b/lib/deps.sh
index d175d44..649cfe0 100644
--- a/lib/deps.sh
+++ b/lib/deps.sh
@@ -124,7 +124,7 @@ ob_parse_dep()
;;
esac
done
- shift $(($OPTIND - 1))
+ shift $((${OPTIND} - 1))
dep="${1}"
shift 1 || _ob_abort
@@ -232,7 +232,7 @@ ob_reduce_deps()
;;
esac
done
- shift $(($OPTIND - 1))
+ shift $((${OPTIND} - 1))
local deps="${1}"
shift 1 || _ob_abort