diff options
author | Erich Eckner <git@eckner.net> | 2019-06-28 10:03:42 +0200 |
---|---|---|
committer | Erich Eckner <git@eckner.net> | 2019-06-28 10:03:42 +0200 |
commit | e0477548fa04547f2ba206574eff15bd960d0ce2 (patch) | |
tree | dc71a1432d93aa5046192a589bfd37767d1359fa | |
parent | f0795d264728efadb32cf6485769bfcb12f81300 (diff) | |
download | builder-e0477548fa04547f2ba206574eff15bd960d0ce2.tar.xz |
bin/return-assignment: correctly continue lines
-rwxr-xr-x | bin/return-assignment | 4 |
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 ' |