Merge pull request #339 from eatkins/remove-add-default-memory

Remove extra addDefaultMemory
This commit is contained in:
eugene yokota
2020-11-18 11:32:39 -05:00
committed by GitHub
-4
View File
@@ -665,10 +665,6 @@ args1=( "${cli_options[@]}" "${cli_commands[@]}" "${sbt_additional_commands[@]}"
process_args "${args1[@]}" process_args "${args1[@]}"
vlog "[sbt_options] $(declare -p sbt_options)" vlog "[sbt_options] $(declare -p sbt_options)"
addDefaultMemory
set -- "${residual_args[@]}"
argumentCount=$#
if [[ "$(isRunNativeClient)" == "true" ]]; then if [[ "$(isRunNativeClient)" == "true" ]]; then
set -- "${residual_args[@]}" set -- "${residual_args[@]}"
argumentCount=$# argumentCount=$#