diff options
-rwxr-xr-x | bin/get-assignment | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/bin/get-assignment b/bin/get-assignment index 298ea78..0e37e14 100755 --- a/bin/get-assignment +++ b/bin/get-assignment @@ -211,10 +211,9 @@ next_building=$( s/^\S\+ \S\+ // ' ) -# not ready yet! if [ -n "${next_building}" ]; then # shellcheck disable=SC2086 - echo hand_out_assignment ${next_building} >&2 + hand_out_assignment ${next_building} fi # Check if there are any pending packages at all and if the requester |