feat(profiles): ensure we use {m,g,}awk instead of awk.
This commit is contained in:
parent
be62e5186f
commit
27907e5a17
7 changed files with 7 additions and 8 deletions
|
|
@ -41,7 +41,7 @@ profile nm-dispatcher @{exec_path} flags=(attach_disconnected) {
|
|||
@{bin}/chown rix,
|
||||
@{bin}/chronyc rPUx,
|
||||
@{bin}/date rix,
|
||||
@{bin}/gawk rix,
|
||||
@{bin}/{m,g,}awk rix,
|
||||
@{bin}/{,e}grep rix,
|
||||
@{bin}/id rix,
|
||||
@{sbin}/invoke-rc.d rCx -> invoke-rc,
|
||||
|
|
|
|||
|
|
@ -19,7 +19,7 @@ profile rads @{exec_path} {
|
|||
@{bin}/cat rix,
|
||||
@{bin}/chvt rix,
|
||||
@{bin}/free rix,
|
||||
@{bin}/gawk rix,
|
||||
@{bin}/{m,g,}awk rix,
|
||||
@{bin}/{,e}grep rix,
|
||||
@{bin}/mkdir rix,
|
||||
@{bin}/rm rix,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue