From f4b31b80d9582dd5adc18152867ba820b858c281 Mon Sep 17 00:00:00 2001 From: piotrp Date: Mon, 4 Jan 2016 14:30:52 -0800 Subject: [PATCH] Fix comment --- scripts/compile/compile-stage.ps1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/compile/compile-stage.ps1 b/scripts/compile/compile-stage.ps1 index 9c4b7f4ee..a20d38370 100644 --- a/scripts/compile/compile-stage.ps1 +++ b/scripts/compile/compile-stage.ps1 @@ -90,7 +90,7 @@ $BinariesForCoreHost | ForEach-Object { header "Crossgening Roslyn compiler ..." _cmd "$RepoRoot\scripts\crossgen\crossgen_roslyn.cmd ""$OutputDir""" -# Copy dnx into stage 2 +# Copy dnx into stage OutputDir cp -rec "$DnxRoot\" "$OutputDir\bin\dnx\" # Copy in the dotnet-restore script