mirror of
https://github.com/systemd/systemd.git
synced 2025-02-03 17:47:28 +03:00
b00c1cf9d6
awk is an external program, and it is better to stick to shell built-ins. Also, even with external awk, sort -u is redundant, because the shell does this on its own.