From adf8e6949f9fdad5f8cfc0e046666f28b9085a2f Mon Sep 17 00:00:00 2001 From: Christopher Vogt Date: Sun, 12 Mar 2017 13:01:32 -0400 Subject: drop "direct" arg already in shell script --- stage1/Stage1.scala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'stage1') diff --git a/stage1/Stage1.scala b/stage1/Stage1.scala index 85ec0e9..2178b5b 100644 --- a/stage1/Stage1.scala +++ b/stage1/Stage1.scala @@ -173,7 +173,7 @@ object Stage1{ val stage2Args = new Stage2Args( new File( args.args(0) ), - args.args.drop(1).dropWhile(_ == "direct").toVector, + args.args.drop(1).toVector, // launcher changes cause entire nailgun restart, so no need for them here stage2LastModified = stage2LastModified, cache, -- cgit v1.2.3