From 4983b8fdf822557fa2bee4d12e690da5cfc43fdf Mon Sep 17 00:00:00 2001 From: Einhard Leichtfuß Date: Fri, 29 Apr 2022 15:58:18 +0200 Subject: Consistent quoting (again) --- update.bash | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'update.bash') diff --git a/update.bash b/update.bash index 324dfa1..208d7f2 100755 --- a/update.bash +++ b/update.bash @@ -40,7 +40,7 @@ function main { if [ "$#" -lt 2 ] then - echo "Usage: $0 [--nopull] [-u -|-ua|-uaf]" >&2 + echo "Usage: ${0} [--nopull] [-u -|-ua|-uaf]" >&2 exit 1 else cd "$1" || exit 1 -- cgit v1.2.3