config: add echo comment to easily identify sed_csum errors.
This commit is contained in:
parent
372a379e8a
commit
9e144601e1
1 changed files with 1 additions and 0 deletions
|
|
@ -257,5 +257,6 @@ remove_patch(){
|
||||||
}
|
}
|
||||||
|
|
||||||
sed_csum() {
|
sed_csum() {
|
||||||
|
echo "> Checksum replace for $1 in progress..."
|
||||||
grep -rl "$1" "${3:-"./"}" | xargs -r /bin/sed -i "s|$1|$2|"
|
grep -rl "$1" "${3:-"./"}" | xargs -r /bin/sed -i "s|$1|$2|"
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue