mirror of
https://github.com/PaperMC/Paper.git
synced 2024-12-27 15:00:13 +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
This commit is contained in:
parent
61524adbca
commit
1740293b68
1 changed files with 1 additions and 1 deletions
|
@ -20,7 +20,7 @@ fi
|
|||
# used to fix issues from upstream source repos
|
||||
cd "$basedir"
|
||||
prepatchesdir="$basedir/scripts/pre-source-patches"
|
||||
for file in $(ls $prepatchesdir)
|
||||
for file in $(ls "$prepatchesdir")
|
||||
do
|
||||
if [ $file == "README.md" ]; then
|
||||
continue
|
||||
|
|
Loading…
Reference in a new issue