mirror of
https://github.com/PaperMC/Paper.git
synced 2025-02-22 04:33:28 +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 0e0501c9df
This commit is contained in:
parent
7a48375926
commit
61524adbca
1 changed files with 1 additions and 1 deletions
|
@ -18,7 +18,7 @@ fi
|
||||||
|
|
||||||
# apply patches directly to the file tree
|
# apply patches directly to the file tree
|
||||||
# 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
|
||||||
|
|
Loading…
Add table
Reference in a new issue