Skip to content

Commit

Permalink
replace2
Browse files Browse the repository at this point in the history
  • Loading branch information
abellgithub committed May 11, 2021
1 parent 58aa9a1 commit 7a87377
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/ci/win/cmake.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ pwd
vswhere -property installationPath
loc=$(vswhere -nologo -property installationPath)
path="$loc\VC\Auxiliary\Build"
path=${$path// /\\ }
path=${path// /\\ }
echo $path
echo "VARSALL"
set -x
Expand Down

0 comments on commit 7a87377

Please sign in to comment.