index : builder | |
Archlinux32 build system | gitolite user |
summaryrefslogtreecommitdiff |
-rwxr-xr-x | bin/return-assignment | 4 |
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 ' |