From a63a13fcf431e33a8d3a075bc93bb3b66a83f559 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E3=84=97=E3=84=A0=CB=8B=20=E3=84=91=E3=84=A7=CB=8A?= Date: Fri, 3 Apr 2020 16:35:15 +0800 Subject: [PATCH] paperclip.sh: remove unnecessary lines --- scripts/paperclip.sh | 2 -- 1 file changed, 2 deletions(-) diff --git a/scripts/paperclip.sh b/scripts/paperclip.sh index f2af9ab9a..2ee1d4b6f 100755 --- a/scripts/paperclip.sh +++ b/scripts/paperclip.sh @@ -3,7 +3,6 @@ # Copied from https://github.com/PaperMC/Paper/blob/d54ce6c17fb7a35238d6b9f734d30a4289886773/scripts/paperclip.sh # License from Paper applies to this file -( set -e basedir="$(cd "$1" && pwd -P)" workdir="$basedir/Paper/work" @@ -22,4 +21,3 @@ echo "" echo "" echo "Build success!" echo "Copied final jar to $(cd "$basedir" && pwd -P)/akarin-paperclip.jar" -) || exit 1