diff --git a/techniques/system/common/1.0/environment-variables.st b/techniques/system/common/1.0/environment-variables.st index df693ac46..1451b5cf9 100644 --- a/techniques/system/common/1.0/environment-variables.st +++ b/techniques/system/common/1.0/environment-variables.st @@ -32,7 +32,7 @@ env | sed 's/=/]=/' |sed 's/^/=node.env[/'"; windows:: "script" string => "@echo off -for /F "tokens=1,2* delims==" %%G IN ('SET') DO ECHO =node.env[%%G]=%%H"; +for /F \"tokens=1,2* delims==\" %%G IN ('SET') DO ECHO =node.env[%%G]=%%H"; files: !windows::