From 214f6ab676ce0f3977bc077b0b0d0902e1d91048 Mon Sep 17 00:00:00 2001 From: Janik <10290002+led0nk@users.noreply.github.com> Date: Wed, 3 Apr 2024 18:05:14 +0200 Subject: [PATCH] fixed test.sh --- internal/buildscripts/packaging/fpm/test.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/internal/buildscripts/packaging/fpm/test.sh b/internal/buildscripts/packaging/fpm/test.sh index f1611c7eb55c..e52b3407a4c2 100755 --- a/internal/buildscripts/packaging/fpm/test.sh +++ b/internal/buildscripts/packaging/fpm/test.sh @@ -10,7 +10,7 @@ REPO_DIR="$( cd "$SCRIPT_DIR/../../../../" && pwd )" export REPO_DIR PKG_PATH="${1:-}" -."$SCRIPT_DIR"/common.sh +. "$SCRIPT_DIR"/common.sh if [[ -z "$PKG_PATH" ]]; then echo "usage: ${BASH_SOURCE[0]} DEB_OR_RPM_PATH" >&2