mirror of
https://github.com/PaperMC/Paper.git
synced 2025-01-01 17:01:56 +01:00
use windows line endings for paperclip.properties
This commit is contained in:
parent
b1fa9587b6
commit
505761052f
1 changed files with 1 additions and 1 deletions
2
init.sh
2
init.sh
|
@ -11,7 +11,7 @@ cb=src/main/java/net/minecraft/server
|
||||||
paperjar="$basedir/Paper-Server/target/paper-${minecraftversion}.jar"
|
paperjar="$basedir/Paper-Server/target/paper-${minecraftversion}.jar"
|
||||||
vanillajar="${decompiledir}/${minecraftversion}.jar"
|
vanillajar="${decompiledir}/${minecraftversion}.jar"
|
||||||
|
|
||||||
echo -e "mcver=${minecraftversion}\npaperjar=${paperjar}\nvanillajar=${vanillajar}" > paperclip.properties
|
echo -e "mcver=${minecraftversion}\r\npaperjar=${paperjar}\r\nvanillajar=${vanillajar}" > paperclip.properties
|
||||||
|
|
||||||
patch=$(which patch 2>/dev/null)
|
patch=$(which patch 2>/dev/null)
|
||||||
if [ "x$patch" == "x" ]; then
|
if [ "x$patch" == "x" ]; then
|
||||||
|
|
Loading…
Reference in a new issue