Align shell style all over the repo

This commit is contained in:
Lucas 2020-05-03 14:47:27 +00:00
parent afb13d9c9c
commit d5e71c46f7
16 changed files with 113 additions and 86 deletions

View file

@ -25,7 +25,7 @@ err()
check_prog()
{
if ! command -v "$1" >/dev/null 2>&1; then
printf "%s: Missing required program \"%s\"\n" \
printf "%s: missing required program %s\n" \
"${0##*/}" "$1" >&2
return 1
fi
@ -95,6 +95,6 @@ ix.io)
do_upload pst_ix_io "$@"
;;
*)
err "Unknown service \"$srv\""
err "unknown service $srv"
;;
esac