config: add echo comment to easily identify sed_csum errors.
This commit is contained in:
parent
036ae24511
commit
5f44eef626
1 changed files with 1 additions and 0 deletions
|
|
@ -267,5 +267,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