db9a906b50
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/1332 |
||
---|---|---|
.. | ||
bats-assert@d750c5a1b4 | ||
bats-support@24a72e1434 | ||
helpers.bash |