index : builder | |
Archlinux32 build system | gitolite user |
summaryrefslogtreecommitdiff |
author | Erich Eckner <git@eckner.net> | 2021-03-07 16:43:57 +0100 |
---|---|---|
committer | Erich Eckner <git@eckner.net> | 2021-03-07 16:43:57 +0100 |
commit | 9e6f55462517621c10eb8b34fa816426f675eb5b (patch) | |
tree | 941273d0d1ae8538f78cef94f956f8fad4b2b05d /bin/return-assignment | |
parent | 5506f65778637cc9bcf821f32b6abf1e8b5d67b8 (diff) |
-rwxr-xr-x | bin/return-assignment | 3 |
diff --git a/bin/return-assignment b/bin/return-assignment index 05603ec..a0cbbbb 100755 --- a/bin/return-assignment +++ b/bin/return-assignment @@ -544,9 +544,6 @@ if [ "$6" = 'ERROR' ]; then # shellcheck disable=SC2154 printf ' broken (says %s)' \ "${slave}" - if [ "$1" = 'electron' ] || [ "$1" = 'electron2' ]; then - printf -- ' - as usual' - fi if [ -n "${rescheduled_packages}" ]; then printf -- ' - I rescheduled:' # shellcheck disable=SC2086 |