mirror of
https://github.com/sbt/sbt.git
synced 2026-08-22 14:17:13 +02:00
Merge pull request #339 from eatkins/remove-add-default-memory
Remove extra addDefaultMemory
This commit is contained in:
@@ -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=$#
|
||||||
|
|||||||
Reference in New Issue
Block a user