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,4 +1,4 @@
|
|||
#!/bin/awk -f
|
||||
#!/usr/bin/awk -f
|
||||
# Copyright (c) 2022 Robin Jarry
|
||||
|
||||
BEGIN {
|
||||
|
|
Loading…
Reference in New Issue