]> git.ipfire.org Git - thirdparty/util-linux.git/commit
tools/all_syscalls: use sh and replace awk with grep & sed
authorsewn <sewn@disroot.org>
Sat, 29 Jul 2023 02:19:53 +0000 (05:19 +0300)
committersewn <sewn@disroot.org>
Sat, 29 Jul 2023 02:50:33 +0000 (05:50 +0300)
commita01065546d9613ffc9835398f56756f08a0193be
tree7b4210717216040a93718acdbf4df0adee231e4f
parentdb8f78151c075d25792b6b77b500c1c52a374fe0
tools/all_syscalls: use sh and replace awk with grep & sed

using sh removes the bash dependencies, for those who don't have
bash on their system, and replaced the GNU awk with a portable
grep and sed.
tools/all_syscalls