diff options
author | mail_redacted_for_web | 2025-07-25 23:55:27 +0200 |
---|---|---|
committer | mail_redacted_for_web | 2025-07-25 23:55:27 +0200 |
commit | 0cfa64e9495118a8126c8cb9e0753d74cb4fca94 (patch) | |
tree | 87f3fb8080faf5c3a1006ad8dceccac6ea36cd7d /createrepo/bin | |
parent | fdd5bc9b7c90aea952bd3c3058e2495d5d015cf2 (diff) | |
download | packages.lirion.de-0cfa64e9495118a8126c8cb9e0753d74cb4fca94.tar.bz2 |
Fixing parameter-less printf call
Diffstat (limited to 'createrepo/bin')
-rwxr-xr-x | createrepo/bin/createrepo-lirionde | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/createrepo/bin/createrepo-lirionde b/createrepo/bin/createrepo-lirionde index 0536f1b..2838800 100755 --- a/createrepo/bin/createrepo-lirionde +++ b/createrepo/bin/createrepo-lirionde @@ -37,7 +37,7 @@ while [[ $# -gt 0 ]]; do ;; *) hayulp - printf '\nWrong syntax.\n' "$1" >&2 + printf '\nWrong syntax.\n' >&2 exit 101 ;; esac |