Align shell style all over the repo
This commit is contained in:
parent
afb13d9c9c
commit
d5e71c46f7
16 changed files with 113 additions and 86 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue