Remove extraneous space.
Remove space following backslash in multi-line command, causing failure in Bash 5.1.
This commit is contained in:
parent
401e738950
commit
958913ef13
1 changed files with 1 additions and 1 deletions
|
|
@ -207,7 +207,7 @@ You need to re-run the patcher any time `OTAPI` updates. You need to rebuild `Te
|
||||||
|
|
||||||
$ cd ./TerrariaServerAPI/TShock.Modifications.Bootstrapper/bin/$BUILD_MODE/
|
$ cd ./TerrariaServerAPI/TShock.Modifications.Bootstrapper/bin/$BUILD_MODE/
|
||||||
$ mono TShock.Modifications.Bootstrapper.exe -in=OTAPI.dll \
|
$ mono TShock.Modifications.Bootstrapper.exe -in=OTAPI.dll \
|
||||||
-mod=../../../TShock.Modifications.**/bin/$BUILD_MODE/TShock.Modifications.*.dll \
|
-mod=../../../TShock.Modifications.**/bin/$BUILD_MODE/TShock.Modifications.*.dll \
|
||||||
-o=Output/OTAPI.dll
|
-o=Output/OTAPI.dll
|
||||||
|
|
||||||
1. Verify that non-zero modifications ran successfully. Then, build the Terraria Server API executable.
|
1. Verify that non-zero modifications ran successfully. Then, build the Terraria Server API executable.
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue