aboutsummaryrefslogtreecommitdiff
path: root/stage1
diff options
context:
space:
mode:
Diffstat (limited to 'stage1')
-rw-r--r--stage1/Stage1.scala2
1 files changed, 1 insertions, 1 deletions
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,