Skip to content

Commit

Permalink
[CI-SKIP] Fix regression with scripts in directories with spaces
Browse files Browse the repository at this point in the history
Regression introduced with the ability to apply patches directly to
upstream patches in ef170ee
  • Loading branch information
zachbr committed Aug 10, 2019
1 parent aa022fd commit 9530f1b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/init.sh
Expand Up @@ -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
Expand Down

0 comments on commit 9530f1b

Please sign in to comment.