From d5cca713716f5ea3a8ee843ebd9f128878045465 Mon Sep 17 00:00:00 2001 From: Erich Eckner Date: Tue, 30 Jan 2018 14:18:31 +0100 Subject: bin/get-assignment: hand out packages according to mysql --- bin/get-assignment | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'bin/get-assignment') 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 -- cgit v1.2.3-54-g00ecf