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