[CMD] Unquote string at pushd (#2031)
authorKatayama Hirofumi MZ <katayama.hirofumi.mz@gmail.com>
Fri, 15 Nov 2019 02:51:58 +0000 (11:51 +0900)
committerGitHub <noreply@github.com>
Fri, 15 Nov 2019 02:51:58 +0000 (11:51 +0900)
commit1b7732093c241772a36a2a5b5161e95e9e18feac
tree5acd550378e4e76020352f55bb1c593230e5cbd7
parentf038c2339b419d80159df344da2fa1b1ea35659b
[CMD] Unquote string at pushd (#2031)

pushd command of cmd.exe didn't treat the quoted parameter correctly.
- Call StripQuotes in SetRootPath function.
- Fix typo of FEATURE_DIRECTORY_STACK.
This PR will enable "Command Prompt" here. CORE-12150
base/shell/cmd/cmd.c
base/shell/cmd/internal.c