summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-27 06:25:34 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-27 06:25:34 +0000
commit423fb8e105dd7596364a559d561729814cce853c (patch)
treee1afcd13887699721d87e4844c95a745e5a15881
parentUpdating. (diff)
downloadprogress-linux-tools-423fb8e105dd7596364a559d561729814cce853c.tar.xz
progress-linux-tools-423fb8e105dd7596364a559d561729814cce853c.zip
Updating.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
-rwxr-xr-xbin/pbuild.sh2
1 files changed, 1 insertions, 1 deletions
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