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 | 7215ad3483dea9f08b191e7c4c98cd1f0789e7c4 (patch) | |
tree | 7b7aee277274c0c22b8c449bd599fab554cf2f3e /sofort/tools | |
parent | 13b1e6dfba824d52f2dc1f2bb318b5c4c14f6d2f (diff) | |
download | sbpython3-7215ad3483dea9f08b191e7c4c98cd1f0789e7c4.tar.bz2 sbpython3-7215ad3483dea9f08b191e7c4c98cd1f0789e7c4.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 |