Skip to content

Commit

Permalink
bin/test-image: add some quoting
Browse files Browse the repository at this point in the history
Signed-off-by: Simon Deziel <[email protected]>
  • Loading branch information
simondeziel committed Apr 23, 2024
1 parent 38fe2c2 commit f7c4c5d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/test-image
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit f7c4c5d

Please sign in to comment.