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

[CI-SKIP] The wheel in the sky keeps on turning

Add extra another fix for directory names with spaces I missed in last
Dieser Commit ist enthalten in:
Zach Brown 2019-08-10 10:04:10 -05:00
Ursprung 9530f1bd01
Commit 4ac40031f2
Es konnte kein GPG-Schlüssel zu dieser Signatur gefunden werden
GPG-Schlüssel-ID: CC9DA35FC5450B76

Datei anzeigen

@ -20,7 +20,7 @@ fi
# used to fix issues from upstream source repos # used to fix issues from upstream source repos
cd "$basedir" cd "$basedir"
prepatchesdir="$basedir/scripts/pre-source-patches" prepatchesdir="$basedir/scripts/pre-source-patches"
for file in $(ls $prepatchesdir) for file in $(ls "$prepatchesdir")
do do
if [ $file == "README.md" ]; then if [ $file == "README.md" ]; then
continue continue