Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Unreal/Environments/Blocks/package.bat
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ for %%f in (*.uproject) do (
goto :done

:failed
echo "Error occured while packaging"
echo "Error occurred while packaging"
echo "Usage: package.bat <path\to\output> <path to Engine\Build\BatchFiles> <UE Version>"
exit /b 1

Expand Down
2 changes: 1 addition & 1 deletion Unreal/Environments/Blocks/update_from_git.bat
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ cmd /c GenerateProjectFiles.bat
goto :done

:failed
echo Error occured while updating.
echo Error occurred while updating.
exit /b 1

:done
Expand Down
2 changes: 1 addition & 1 deletion Unreal/Environments/Blocks/update_from_git_ci.bat
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ REM cmd /c GenerateProjectFiles.bat
goto :done

:failed
echo Error occured while updating.
echo Error occurred while updating.
exit /b 1

:done
Expand Down
2 changes: 1 addition & 1 deletion tools/build_all_ue_projects.bat
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ if ERRORLEVEL 1 goto :failed
goto :done

:failed
echo "Error occured while building all UE projects"
echo "Error occurred while building all UE projects"
exit /b 1

:done
Expand Down
2 changes: 1 addition & 1 deletion tools/gitcommitall.bat
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ cd ..
goto :done

:failed
@echo "Error occured"
@echo "Error occurred"
@echo Usage: gitcommitall <repo root> <commit message>
cd "%ROOT_DIR%"
exit /b 1
Expand Down