mirror of https://github.com/sbt/sbt.git
Merge pull request #339 from eatkins/remove-add-default-memory
Remove extra addDefaultMemory
This commit is contained in:
commit
f4ac3d1cf3
|
|
@ -665,10 +665,6 @@ args1=( "${cli_options[@]}" "${cli_commands[@]}" "${sbt_additional_commands[@]}"
|
|||
process_args "${args1[@]}"
|
||||
vlog "[sbt_options] $(declare -p sbt_options)"
|
||||
|
||||
addDefaultMemory
|
||||
set -- "${residual_args[@]}"
|
||||
argumentCount=$#
|
||||
|
||||
if [[ "$(isRunNativeClient)" == "true" ]]; then
|
||||
set -- "${residual_args[@]}"
|
||||
argumentCount=$#
|
||||
|
|
|
|||
Loading…
Reference in New Issue