diff options
author | Remi Collet <remi@remirepo.net> | 2024-01-09 11:43:24 +0100 |
---|---|---|
committer | Remi Collet <remi@php.net> | 2024-01-09 11:43:24 +0100 |
commit | 9cfb695d65eb3dc272233048061590af54b57fe1 (patch) | |
tree | 7c7c0e76f6a553e93392b5c28501e41c1240f421 | |
parent | 2b203a2087beea72298b1da6fc481174d57a98d1 (diff) |
typo
-rwxr-xr-x | mkallrepo | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -58,7 +58,7 @@ if [ -s $TMPSIG ]; then grep src.rpm $TMPSIG > $TMPSIG2024 if [ -s $TMPSIG2024 ]; then - echo "== Signature des $(cat $TMPSIG2023 | wc -l) nouveaux RPM (2024) ==" + echo "== Signature des $(cat $TMPSIG2024 | wc -l) nouveaux RPM (2024) ==" if rpmsign --define '_gpg_path /home/remi/.gnupgrpm' --define "_gpg_name CF1DF0057CE85DFF5B2F2A37C2FD3B2C2A0948E4" --addsign $(cat $TMPSIG2024) then echo done. else exit 1 |