Skip to content

Commit

Permalink
Removed REM from two lines that should not have existed.
Browse files Browse the repository at this point in the history
  • Loading branch information
Leland Johnson authored and Leland Johnson committed Jan 13, 2018
1 parent 906f6fa commit bc413ed
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Unreal/Environments/Blocks/GenerateProjectFiles.bat
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ del /q gen_temp.txt
powershell -command "& { (Get-ItemProperty 'Registry::HKEY_CLASSES_ROOT\Unreal.ProjectFile\shell\rungenproj' -Name 'Icon' ).'Icon' } > gen_temp.tmp"
type gen_temp.tmp > gen_temp.txt
set /p gen_bin=<gen_temp.txt
rem del /q gen_temp.tmp
rem del /q gen_temp.txt
del /q gen_temp.tmp
del /q gen_temp.txt
for %%f in (*.uproject) do (
echo Generating files for %%f
%gen_bin% /projectfiles "%cd%\%%f"
Expand Down

0 comments on commit bc413ed

Please sign in to comment.