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 aa79554..01a20c8 100755
--- a/bin/return-assignment
+++ b/bin/return-assignment
@@ -74,7 +74,10 @@ if [ "$5" = 'ERROR' ]; then
printf ' AND `repositories`.`name`="build-list"'
} | \
${mysql_command} --raw --batch | \
- sed '1d'
+ sed '
+ 1d
+ y/\t/ /
+ '
)
if [ -z "${infos}" ]; then
>&2 echo 'You do not build this package (anymore) - move on.'