summaryrefslogtreecommitdiffstats
path: root/src/main.sh
diff options
context:
space:
mode:
authorPatrick McDermott <patrick.mcdermott@libiquity.com>2019-04-19 21:26:04 (EDT)
committer Patrick McDermott <patrick.mcdermott@libiquity.com>2019-04-19 21:26:04 (EDT)
commit44e452fb3c8cc7a093d72fbc280be3973e627a62 (patch)
treedc169666d13834de17d3c984317e29ec4af1d04f /src/main.sh
parentc752393c58c37dc7e8403b8b87d0943c1fe8c8b9 (diff)
Add braces to param exps in arith substs
Diffstat (limited to 'src/main.sh')
-rw-r--r--src/main.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main.sh b/src/main.sh
index 054363d..c26f5a6 100644
--- a/src/main.sh
+++ b/src/main.sh
@@ -65,7 +65,7 @@ main()
cmd_help_main >&2
return 1
fi
- shift $(($OPTIND - 1))
+ shift $((${OPTIND} - 1))
if ${opt_h:-false}; then
cmd='help'