From 423fb8e105dd7596364a559d561729814cce853c Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sat, 27 Apr 2024 08:25:34 +0200 Subject: Updating. Signed-off-by: Daniel Baumann --- bin/pbuild.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/pbuild.sh b/bin/pbuild.sh index 1c8e538..e2d79c1 100755 --- a/bin/pbuild.sh +++ b/bin/pbuild.sh @@ -313,7 +313,7 @@ do if [ -n "${TAG}" ] then - CONTROL="${REPOSITORY}/plain/debian/control?h=${TAG}" + CONTROL="${REPOSITORY}/plain/debian/control?h=$(echo ${TAG} | sed -e 's|+|%2b|g')" else CONTROL="${REPOSITORY}/plain/debian/control" fi -- cgit v1.2.3