aboutsummaryrefslogtreecommitdiffhomepage
path: root/scripts
diff options
context:
space:
mode:
authorMariell Hoversholm <[email protected]>2021-03-16 19:41:20 +0100
committerMariell Hoversholm <[email protected]>2021-03-16 19:41:20 +0100
commit1ecd8a1ca7ede121990b3512b2c990709d7aa6c3 (patch)
tree130524c9e65a18bea9daa4fdd1cce0f30f201992 /scripts
parent2a17719272791eed48e6d00ab588e2d46b78c850 (diff)
downloadPaper-1ecd8a1ca7ede121990b3512b2c990709d7aa6c3.tar.gz
Paper-1ecd8a1ca7ede121990b3512b2c990709d7aa6c3.zip
script & POM fix
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/importmcdev.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/importmcdev.sh b/scripts/importmcdev.sh
index 94de2cdb2e..51bc3a24fd 100755
--- a/scripts/importmcdev.sh
+++ b/scripts/importmcdev.sh
@@ -63,7 +63,7 @@ function importLibrary {
files=$(cat "$basedir/Spigot-Server-Patches/"* | grep "+++ b/src/main/java/net/minecraft/" | sort | uniq | sed 's/\+\+\+ b\/src\/main\/java\/net\/minecraft\///g')
-nonnms=$(grep -R "new file mode" -B 1 "$basedir/Spigot-Server-Patches/" | grep -v "new file mode" | grep -oE --color=none "net\/minecraft\/*\/.*.java" | sed 's/.*\/net\/minecraft\///g')
+nonnms=$(grep -R "new file mode" -B 1 "$basedir/Spigot-Server-Patches/" | grep -v "new file mode" | grep -oE --color=none "net\/minecraft\/.*.java" | sed 's/.*\/net\/minecraft\///g')
function containsElement {
local e
for e in "${@:2}"; do