aboutsummaryrefslogtreecommitdiff
path: root/update.bash
diff options
context:
space:
mode:
authorEinhard Leichtfuß <alguien@respiranto.de>2022-04-29 15:58:18 +0200
committerEinhard Leichtfuß <alguien@respiranto.de>2022-04-29 15:58:18 +0200
commit4983b8fdf822557fa2bee4d12e690da5cfc43fdf (patch)
tree65c52455bee04eede4d68e61d1e1ec132732abdd /update.bash
parentcd11e4fa81c13aecf84f3b82de568b4b074ac113 (diff)
Consistent quoting (again)
Diffstat (limited to 'update.bash')
-rwxr-xr-xupdate.bash2
1 files changed, 1 insertions, 1 deletions
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 <base_dir> <type> [--nopull] [-u <xy>-<zw>|-ua|-uaf]" >&2
+ echo "Usage: ${0} <base_dir> <type> [--nopull] [-u <xy>-<zw>|-ua|-uaf]" >&2
exit 1
else
cd "$1" || exit 1