diff --git a/colorzgrep.csh b/colorzgrep.csh index 71d03bb8bc8fa574b05edaaa1caf35f5c2e08da7..5547b7a36578d84b232b5797c72a2868da221c8c 100644 --- a/colorzgrep.csh +++ b/colorzgrep.csh @@ -1,4 +1,4 @@ -t -f /usr/libexec/grepconf.sh +test -f /usr/libexec/grepconf.sh if ( $status == 1 ) exit /usr/libexec/grepconf.sh -c diff --git a/gzip.spec b/gzip.spec index ed5570d7e2978b9e31b6b1420e2d813f93ebc808..33fb5b76c490a29e455224062ef350d37aeb2e74 100644 --- a/gzip.spec +++ b/gzip.spec @@ -1,6 +1,6 @@ Name: gzip Version: 1.11 -Release: 5 +Release: 6 Summary: A data compression utility License: GPLv3 @@ -75,6 +75,9 @@ make check %{_mandir}/man1/* %changelog +* Thu Jun 01 2023 renhognxun - 1.11-6 +- fix typo error in csh + * Mon Jun 20 2022 renhognxun - 1.11-5 - config color alias for z*grep