Skip to content

Commit

Permalink
Inherit expandArgumentFiles from parent context
Browse files Browse the repository at this point in the history
  • Loading branch information
ajalt committed Jul 16, 2019
1 parent 2b1752e commit 1e46a5b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ class Context(
* If true, arguments starting with `@` will be expanded as argument files. If false, they
* will be treated as normal arguments.
*/
var expandArgumentFiles: Boolean = true
var expandArgumentFiles: Boolean = parent?.expandArgumentFiles ?: true
}

companion object {
Expand Down

0 comments on commit 1e46a5b

Please sign in to comment.