Skip to content
Snippets Groups Projects
Commit 5ea13f4c authored by rhatto's avatar rhatto
Browse files

Using @SED@ for #3882

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