From f7c4c5d365578ab141bdaa8012bc08eb94f5d585 Mon Sep 17 00:00:00 2001 From: Simon Deziel Date: Tue, 23 Apr 2024 14:57:42 -0400 Subject: [PATCH] bin/test-image: add some quoting Signed-off-by: Simon Deziel --- bin/test-image | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/test-image b/bin/test-image index 62f65f408..f358c5b08 100755 --- a/bin/test-image +++ b/bin/test-image @@ -2,7 +2,7 @@ set -eu # Source helper functions. -. $(realpath $(dirname "$0")/helpers) +. "$(realpath "$(dirname "$0")/helpers")" # Check input arguments. if [ "${1:-}" = "" ] || [ "${2:-}" = "" ] || [ "${3:-}" = "" ] || [ "${4:-}" = "" ] || [ "${5:-}" = "" ]; then