summaryrefslogtreecommitdiff
path: root/bin/return-assignment
diff options
context:
space:
mode:
authorErich Eckner <git@eckner.net>2019-06-28 10:03:42 +0200
committerErich Eckner <git@eckner.net>2019-06-28 10:03:42 +0200
commite0477548fa04547f2ba206574eff15bd960d0ce2 (patch)
treedc71a1432d93aa5046192a589bfd37767d1359fa /bin/return-assignment
parentf0795d264728efadb32cf6485769bfcb12f81300 (diff)
downloadbuilder-e0477548fa04547f2ba206574eff15bd960d0ce2.tar.xz
bin/return-assignment: correctly continue lines
Diffstat (limited to 'bin/return-assignment')
-rwxr-xr-xbin/return-assignment4
1 files changed, 2 insertions, 2 deletions
diff --git a/bin/return-assignment b/bin/return-assignment
index 3ff8989..7b8507e 100755
--- a/bin/return-assignment
+++ b/bin/return-assignment
@@ -233,8 +233,8 @@ if [ "$6" = 'ERROR' ]; then
-name "$1.$2.$3.$4.$5.*.build-log.gz" \
-exec zgrep -qF "$(
printf '%s\n' \
- 'The following packages are broken because other packages they depend on are missing. These broken packages must be rebuilt before they can be used.'
- 'mismatched interface file versions (wanted '
+ 'The following packages are broken because other packages they depend on are missing. These broken packages must be rebuilt before they can be used.' \
+ 'mismatched interface file versions (wanted ' \
)" {} \; \
-printf '%p\n' | \
sed '