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

Regression introduced with the ability to apply patches directly to
upstream patches in ef170ee659
This commit is contained in:
Zach Brown 2019-08-10 09:59:43 -05:00
parent aa022fdaca
commit 9530f1bd01
No known key found for this signature in database
GPG Key ID: CC9DA35FC5450B76
1 changed files with 1 additions and 1 deletions

View File

@ -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