Skip to content
Snippets Groups Projects
Commit 39bb9e60 authored by rhatto's avatar rhatto
Browse files

Trying additional quoting on excludes (upstream #3882)

parent 5ea13f4c
Branches
Tags
No related merge requests found
...@@ -277,7 +277,7 @@ function eval_config { ...@@ -277,7 +277,7 @@ function eval_config {
mv=move_files mv=move_files
fi fi
excludes=`echo "$exclude" | @SED@ 's/^/--exclude=/g' -e 's/ / --exclude=/g'` excludes=`echo "$exclude" | @SED@ "s/^/--exclude='/g" -e "s/ /' --exclude='/g" -e "s/$/'/"`
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment