Skip to content
Snippets Groups Projects
Commit 152c9b0b authored by svornost's avatar svornost
Browse files

don't enable delayed expansion - fixes compilation in directories with ! characters

parent 67630741
No related branches found
No related tags found
1 merge request!7180Fix compilation on windows in folders with ! characters in their names
......@@ -5,8 +5,6 @@
pushd %~dp0
:: See if we can find a git installation
setlocal enabledelayedexpansion
set GITFOUND=no
for %%k in (HKCU HKLM) do (
for %%w in (\ \Wow6432Node\) do (
......
......@@ -5,8 +5,6 @@
pushd %~dp0
:: See if we can find a git installation
setlocal enabledelayedexpansion
set GITFOUND=no
for %%k in (HKCU HKLM) do (
for %%w in (\ \Wow6432Node\) do (
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment