c846b6d844
First, it's not a good idea to use awk(1) as a grep(1) replacement. Unless one really needs the AWK programming language, it's better to stick to grep(1) because it's simpler. Secondly, it's better to look for a specific os-release(5) field instead of looking for the occurrence of 'rawhide' anywhere in the file, because it lowers the possibility of false positives. https://github.com/containers/toolbox/pull/1336 |
||
---|---|---|
.. | ||
system | ||
meson.build |