Skip to content

Commit

Permalink
fix-merge
Browse files Browse the repository at this point in the history
  • Loading branch information
lihaoyi committed May 17, 2018
1 parent 04f9056 commit 7b61fc9
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion build.sc
Original file line number Diff line number Diff line change
Expand Up @@ -235,7 +235,6 @@ def launcherScript(shellJvmArgs: Seq[String],
cmdJvmArgs: Seq[String],
shellClassPath: Agg[String],
cmdClassPath: Agg[String]) = {
val jvmArgsStr = jvmArgs.mkString(" ")
mill.modules.Jvm.universalScript(
shellCommands = {
val jvmArgsStr = shellJvmArgs.mkString(" ")
Expand Down

0 comments on commit 7b61fc9

Please sign in to comment.