[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:
Zach Brown 2019-08-10 10:04:10 -05:00
parent 9530f1bd01
commit 4ac40031f2
No known key found for this signature in database
GPG Key ID: CC9DA35FC5450B76
1 changed files with 1 additions and 1 deletions

View File

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