diff options
author | midipix <writeonce@midipix.org> | 2019-10-26 19:53:50 +0000 |
---|---|---|
committer | midipix <writeonce@midipix.org> | 2019-10-26 20:26:07 +0000 |
commit | 7cf81c55b1ee4825eb24cca456d67b5b15c7f445 (patch) | |
tree | f37c0ef4d5bfddc3b6094e24b929d0b6004292b4 /sofort/tools | |
parent | 14aaab17e7e44a3000266169df13e42d7b421ade (diff) | |
download | slibtool-7cf81c55b1ee4825eb24cca456d67b5b15c7f445.tar.bz2 slibtool-7cf81c55b1ee4825eb24cca456d67b5b15c7f445.tar.xz |
build system: normalize quoting of printf format argument.
Diffstat (limited to 'sofort/tools')
-rwxr-xr-x | sofort/tools/version.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sofort/tools/version.sh b/sofort/tools/version.sh index 61fa364..41e120a 100755 --- a/sofort/tools/version.sh +++ b/sofort/tools/version.sh @@ -39,7 +39,7 @@ while getopts "hs:o:p:" opt; do prefix="$OPTARG" ;; \?) - printf "Invalid option: -%s" "$OPTARG" >&2 + printf 'Invalid option: -%s' "$OPTARG" >&2 usage ;; esac |