filters/colorize: use /usr/bin/awk shebang
/bin is reserved for essential commands that may be used when in single user mode. Link: https://refspecs.linuxfoundation.org/FHS_3.0/fhs-3.0.html#binEssentialUserCommandBinaries Signed-off-by: Robin Jarry <robin@jarry.cc>
This commit is contained in:
parent
fc4301113e
commit
142647d7c9
1 changed files with 1 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
||||||
#!/bin/awk -f
|
#!/usr/bin/awk -f
|
||||||
# Copyright (c) 2022 Robin Jarry
|
# Copyright (c) 2022 Robin Jarry
|
||||||
|
|
||||||
BEGIN {
|
BEGIN {
|
||||||
|
|
Loading…
Reference in a new issue