From 4ac40031f2827a812b3b32fa79918ab8b4cdb65c Mon Sep 17 00:00:00 2001 From: Zach Brown Date: Sat, 10 Aug 2019 10:04:10 -0500 Subject: [PATCH] [CI-SKIP] The wheel in the sky keeps on turning Add extra another fix for directory names with spaces I missed in last --- scripts/init.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/init.sh b/scripts/init.sh index fd96a3d1d..25aa24bcf 100755 --- a/scripts/init.sh +++ b/scripts/init.sh @@ -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