From cb3bd4ad15004efd9d60ba422addfdd3b0b153c6 Mon Sep 17 00:00:00 2001 From: Pierre Hyvernat Date: Wed, 14 Jun 2023 15:16:28 +0200 Subject: [PATCH] missing quotes in archive.sh --- utils/archive.sh | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/utils/archive.sh b/utils/archive.sh index 91ea8479..61597f97 100755 --- a/utils/archive.sh +++ b/utils/archive.sh @@ -1,7 +1,7 @@ #!/usr/bin/env sh export GSH_ROOT=$(dirname "$0")/.. -. $GSH_ROOT/lib/profile.sh +. "$GSH_ROOT"/lib/profile.sh display_help() { cat <