From fab8768bd2723425ed34256ff7b7a08eeb0bd373 Mon Sep 17 00:00:00 2001 From: Erich Eckner Date: Sun, 18 Feb 2018 21:21:28 +0100 Subject: bin/get-assignment: fix mysql parser to understand columns with spaces correctly --- bin/get-assignment | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bin') diff --git a/bin/get-assignment b/bin/get-assignment index 3dbd386..e3299f6 100755 --- a/bin/get-assignment +++ b/bin/get-assignment @@ -218,7 +218,7 @@ next_building=$( sed ' 1d y/\t/ / - s/^\(\S\+ \)\{4\}// + s/^.* \(\S\+\( \S\+\)\{3\}\)$/\1/ ' ) if [ -n "${next_building}" ]; then -- cgit v1.2.3-54-g00ecf