Closed chrissimpkins closed 10 years ago
Solution is to place single quotes around the {{pwd}}
template tag in your extension definition like this:
{
"echo" : "echo '{{pwd}}'"
}
This avoids the need to escape the backward slashes used in Windows paths.
Adding this information to the documentation.
ST2 version