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
|
|
@ -50,7 +50,7 @@ cat << recommended-os > data/recommended-downloads.xml
|
|||
recommended-os
|
||||
|
||||
# Remove gnome recommendation.
|
||||
grep -rl "<url>.*.iso.*</url>" data/osinfo/|xargs sed -i "/.iso/d"
|
||||
grep -rl "<url>.*.iso.*</url>" data/osinfo/|xargs -r sed -i "/.iso/d"
|
||||
|
||||
changelog "Replace recommended downloads."
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue