aboutsummaryrefslogtreecommitdiff
path: root/stage1
diff options
context:
space:
mode:
authorChristopher Vogt <oss.nsp@cvogt.org>2017-02-27 06:28:07 +0800
committerChristopher Vogt <oss.nsp@cvogt.org>2017-02-27 18:53:41 +0800
commitde1faad1e832f9af8e443e161166779c78e1d811 (patch)
tree1c0c401d7904eda49f4dfb1ac19b8b358f5f2237 /stage1
parent89e788de2ed17f43921c1eae10ce9c98b9b96200 (diff)
downloadcbt-de1faad1e832f9af8e443e161166779c78e1d811.tar.gz
cbt-de1faad1e832f9af8e443e161166779c78e1d811.tar.bz2
cbt-de1faad1e832f9af8e443e161166779c78e1d811.zip
minor style enhancement
Diffstat (limited to 'stage1')
-rw-r--r--stage1/Stage1Lib.scala2
1 files changed, 1 insertions, 1 deletions
diff --git a/stage1/Stage1Lib.scala b/stage1/Stage1Lib.scala
index 7534b18..3b559b5 100644
--- a/stage1/Stage1Lib.scala
+++ b/stage1/Stage1Lib.scala
@@ -268,7 +268,7 @@ class Stage1Lib( logger: Logger ) extends BaseLib{
_class,
dualArgs ++ singleArgs ++ (
if(cp.isEmpty) Nil else Seq("-cp", cp)
- ) ++ sourceFiles.map(_.toString),
+ ) ++ sourceFiles.map(_.string),
zinc.classLoader
)
} catch {