diff --git a/bootstrap-salt.sh b/bootstrap-salt.sh index 5380e35..f92ff34 100755 --- a/bootstrap-salt.sh +++ b/bootstrap-salt.sh @@ -315,7 +315,7 @@ do esac # --- end of case --- done -shift $(($OPTIND-1)) +shift $((OPTIND-1)) __check_unparsed_options() {