paperclip.sh: remove unnecessary lines

This commit is contained in:
ㄗㄠˋ ㄑㄧˊ
2020-04-03 16:35:15 +08:00
committed by GitHub
parent 25baf8af64
commit a63a13fcf4

View File

@@ -3,7 +3,6 @@
# Copied from https://github.com/PaperMC/Paper/blob/d54ce6c17fb7a35238d6b9f734d30a4289886773/scripts/paperclip.sh # Copied from https://github.com/PaperMC/Paper/blob/d54ce6c17fb7a35238d6b9f734d30a4289886773/scripts/paperclip.sh
# License from Paper applies to this file # License from Paper applies to this file
(
set -e set -e
basedir="$(cd "$1" && pwd -P)" basedir="$(cd "$1" && pwd -P)"
workdir="$basedir/Paper/work" workdir="$basedir/Paper/work"
@@ -22,4 +21,3 @@ echo ""
echo "" echo ""
echo "Build success!" echo "Build success!"
echo "Copied final jar to $(cd "$basedir" && pwd -P)/akarin-paperclip.jar" echo "Copied final jar to $(cd "$basedir" && pwd -P)/akarin-paperclip.jar"
) || exit 1