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:
Robin Jarry 2022-07-11 11:12:07 +02:00
parent fc4301113e
commit 142647d7c9
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
#!/bin/awk -f
#!/usr/bin/awk -f
# Copyright (c) 2022 Robin Jarry
BEGIN {