misc: improve patch and xargs default usage on helpers.
This commit is contained in:
parent
4ad5d3ae6f
commit
11a7c33983
60 changed files with 109 additions and 106 deletions
|
|
@ -23,7 +23,7 @@ REPOKEY=9BDB3D89CE49EC21
|
|||
BACKPORTS=true
|
||||
. ./config
|
||||
|
||||
grep -lr 'project_root.join(\".git\").is_dir()' | xargs sed -i '/project_root.join(\".git\").is_dir()/d'
|
||||
grep -lr 'project_root.join(\".git\").is_dir()' | xargs -r sed -i '/project_root.join(\".git\").is_dir()/d'
|
||||
|
||||
changelog "Import as dependency of newer abrowser deb dependencies."
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue