diff options
author | midipix <writeonce@midipix.org> | 2019-10-26 19:53:50 +0000 |
---|---|---|
committer | midipix <writeonce@midipix.org> | 2019-10-26 20:26:06 +0000 |
commit | 45bbf1a7b4b46acc1e79b25b7bdccb680f21483e (patch) | |
tree | 3312a5fd088c162ea06b5b7a253834ef307bd6c1 /sofort/tools | |
parent | 85da150b89b23c38a1935d49f9ecf21946c8f0a9 (diff) | |
download | bfirm-45bbf1a7b4b46acc1e79b25b7bdccb680f21483e.tar.bz2 bfirm-45bbf1a7b4b46acc1e79b25b7bdccb680f21483e.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 |