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