packages/utils/coreutils
Josef Schlehofer 308a5db965 tree-wide: remove quiet mode from grep in test version checks
Remove the quiet mode flag (-q) from grep in version check commands
to ensure that their stdout output is visible.

While at it, switch the remaining regex matches (perl, sscep, awscli) to
fixed-string matching where appropriate, so that special characters in the
version string are matched literally.

For libzip, the zipcmp and zipmerge branches ran grep and then
unconditionally exited 0, so a version mismatch was never reported and
the version check override always passed.

Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
2026-08-10 10:01:46 +02:00
..
patches coreutils: update to 9.11 2026-05-12 09:09:25 +03:00
Makefile coreutils: update to 9.11 2026-05-12 09:09:25 +03:00
test-version.sh tree-wide: remove quiet mode from grep in test version checks 2026-08-10 10:01:46 +02:00