diff options
Diffstat (limited to 'bin/get-assignment')
-rwxr-xr-x | bin/get-assignment | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/bin/get-assignment b/bin/get-assignment index 179487e..3de19ac 100755 --- a/bin/get-assignment +++ b/bin/get-assignment @@ -32,8 +32,8 @@ hand_out_assignment() { $ b d } - $ a '"$1 $2 $3 $4"' - ' "${work_dir}/build-list" + $ a '"$1 $2 $3 $4" \ + "${work_dir}/build-list" echo "$1 $2 $3 $4" # shellcheck disable=SC2154 |