3
0
Mirror von https://github.com/PaperMC/Paper.git synchronisiert 2024-11-14 20:10:05 +01:00

[CI-SKIP] Fix regression with scripts in directories with spaces

Regression introduced with the ability to apply patches directly to
upstream patches in ef170ee659
Dieser Commit ist enthalten in:
Zach Brown 2019-08-10 09:59:43 -05:00
Ursprung aa022fdaca
Commit 9530f1bd01
Es konnte kein GPG-Schlüssel zu dieser Signatur gefunden werden
GPG-Schlüssel-ID: CC9DA35FC5450B76

Datei anzeigen

@ -18,7 +18,7 @@ fi
# apply patches directly to the file tree
# used to fix issues from upstream source repos
cd $basedir
cd "$basedir"
prepatchesdir="$basedir/scripts/pre-source-patches"
for file in $(ls $prepatchesdir)
do