Skip to content
Snippets Groups Projects
Commit e3e78083 authored by Luis Guzmán's avatar Luis Guzmán
Browse files

config: update to enable sed_csum empty path input.

parent 077b757b
No related branches found
No related tags found
1 merge request!1181config: update to enable sed_csum empty path input.
Pipeline #1077 passed
......@@ -267,5 +267,5 @@ remove_patch(){
}
sed_csum() {
grep -rl "$1" "$3" | xargs -r /bin/sed -i "s|$1|$2|"
grep -rl "$1" "${3:-"./"}" | xargs -r /bin/sed -i "s|$1|$2|"
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment