From e0477548fa04547f2ba206574eff15bd960d0ce2 Mon Sep 17 00:00:00 2001 From: Erich Eckner Date: Fri, 28 Jun 2019 10:03:42 +0200 Subject: bin/return-assignment: correctly continue lines --- bin/return-assignment | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'bin/return-assignment') 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 ' -- cgit v1.2.3-54-g00ecf