git.lirion.de

Of git, get, and gud

summaryrefslogtreecommitdiffstats
path: root/createrepo/bin
diff options
context:
space:
mode:
authormail_redacted_for_web 2025-07-25 23:55:27 +0200
committermail_redacted_for_web 2025-07-25 23:55:27 +0200
commit0cfa64e9495118a8126c8cb9e0753d74cb4fca94 (patch)
tree87f3fb8080faf5c3a1006ad8dceccac6ea36cd7d /createrepo/bin
parentfdd5bc9b7c90aea952bd3c3058e2495d5d015cf2 (diff)
downloadpackages.lirion.de-0cfa64e9495118a8126c8cb9e0753d74cb4fca94.tar.bz2
Fixing parameter-less printf call
Diffstat (limited to 'createrepo/bin')
-rwxr-xr-xcreaterepo/bin/createrepo-lirionde2
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