We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7493f91 commit 9de817dCopy full SHA for 9de817d
script/install.sh
@@ -1197,7 +1197,7 @@ write_env_vars() {
1197
echo "set _OLD_D_PATH=%PATH%"
1198
echo "set PATH=${DUB_BIN_PATH:+$(cygpath -w "${DUB_BIN_PATH}");}${winpath};%PATH%"
1199
if [[ $PROCESSOR_ARCHITECTURE != x86 ]]; then
1200
- echo "set PATH=${winpath}64;%PATH%"
+ echo "set PATH=${winpath}64;%${winpath};PATH%"
1201
fi
1202
} > "$ROOT/$1/activate.bat"
1203
0 commit comments