From 50d1a46537d952bd3684bf752897f707456b0c3d Mon Sep 17 00:00:00 2001 From: Miran Date: Tue, 19 Feb 2019 17:25:03 +0100 Subject: better docs: osproc (#10708) * better docs: osproc * fix a typo in the docs, deprecate "demon" --- tools/vccexe/vcvarsall.nim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tools/vccexe') diff --git a/tools/vccexe/vcvarsall.nim b/tools/vccexe/vcvarsall.nim index 81b0fb42b..945fb90a6 100644 --- a/tools/vccexe/vcvarsall.nim +++ b/tools/vccexe/vcvarsall.nim @@ -80,7 +80,7 @@ proc vccVarsAll*(path: string, arch: VccArch = vccarchUnspecified, platform_type # Execute vcvarsall with its command-line arguments # and then execute the SET command to list all environment variables let comSpecExec = "\"$1\" /C \"$2 && SET\"" % [comSpecCmd, vcvarsExec] - var comSpecOpts = {poEvalCommand, poDemon, poStdErrToStdOut} + var comSpecOpts = {poEvalCommand, poDaemon, poStdErrToStdOut} if verbose: comSpecOpts.incl poEchoCmd let comSpecOut = execProcess(comSpecExec, options = comSpecOpts) -- cgit 1.4.1-2-gfad0