File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ exit /b 1
1515SETLOCAL
1616
1717IF NOT EXIST buildenv.pl goto nobuildenv
18- perl -e " require 'buildenv.pl'; while(($k,$v) = each %ENV) { print qq[\@SET $k=$v\n]; }" > bldenv.bat
18+ perl -e " require 'buildenv.pl'; while(($k,$v) = each %% ENV) { print qq[\@SET $k=$v\n]; }" > bldenv.bat
1919CALL bldenv.bat
2020del bldenv.bat
2121:nobuildenv
Original file line number Diff line number Diff line change 22REM src/tools/msvc/pgbison.bat
33
44IF NOT EXIST src\tools\msvc\buildenv.pl goto nobuildenv
5- perl -e " require 'src/tools/msvc/buildenv.pl'; while(($k,$v) = each %ENV) { print qq[\@SET $k=$v\n]; }" > bldenv.bat
5+ perl -e " require 'src/tools/msvc/buildenv.pl'; while(($k,$v) = each %% ENV) { print qq[\@SET $k=$v\n]; }" > bldenv.bat
66CALL bldenv.bat
77del bldenv.bat
88:nobuildenv
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ REM silence flex bleatings about file path style
55SET CYGWIN = nodosfilewarning
66
77IF NOT EXIST src\tools\msvc\buildenv.pl goto nobuildenv
8- perl -e " require 'src/tools/msvc/buildenv.pl'; while(($k,$v) = each %ENV) { print qq[\@SET $k=$v\n]; }" > bldenv.bat
8+ perl -e " require 'src/tools/msvc/buildenv.pl'; while(($k,$v) = each %% ENV) { print qq[\@SET $k=$v\n]; }" > bldenv.bat
99CALL bldenv.bat
1010del bldenv.bat
1111:nobuildenv
You can’t perform that action at this time.
0 commit comments