From 8500226272e0c0a6177e7537ed4fe0cd2969b57b Mon Sep 17 00:00:00 2001 From: Pranav K Date: Thu, 10 Nov 2016 09:36:08 -0800 Subject: [PATCH] Fix makefile.shade --- makefile.shade | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/makefile.shade b/makefile.shade index 219d33588a..10440be0c0 100644 --- a/makefile.shade +++ b/makefile.shade @@ -16,6 +16,6 @@ var localTscExists = '${ File.Exists(localTsc) }' var installCommand = 'install ${E("KOREBUILD_NPM_INSTALL_OPTIONS")} --prefix "${nodeDirectory}" typescript' npm npmCommand="${installCommand}" if="!localTscExists" @{ - E("PATH", $"{nodeBin}{Path.PathSeparator}{E("PATH")}"); + E("PATH", nodeBin + Path.PathSeparator + E("PATH")); Console.WriteLine("PATH:" + E("PATH")); } \ No newline at end of file