summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xbin/return-assignment5
1 files changed, 4 insertions, 1 deletions
diff --git a/bin/return-assignment b/bin/return-assignment
index 37a6dfc..ca401a6 100755
--- a/bin/return-assignment
+++ b/bin/return-assignment
@@ -498,7 +498,10 @@ if [ "$6" = 'ERROR' ]; then
{
printf '%s/%s ' \
"${build_assignment_architecture}" \
- "$1"
+ "$1" \
+ | sed '
+ s/[+]/%2B/g
+ '
if [ "${1%s}s" = "$1" ]; then
printf 'are'
else