summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorErich Eckner <git@eckner.net>2017-11-06 18:08:06 +0100
committerErich Eckner <git@eckner.net>2017-11-06 18:08:06 +0100
commitb3ec6f966085559f31873b6012be7411f91d7e02 (patch)
tree2ea26fed6fb41e36a49d0db76255f37cfda28ee0
parentbe5450c060ab4556a79b11852c3c3de34a2f0693 (diff)
downloadbuilder-b3ec6f966085559f31873b6012be7411f91d7e02.tar.xz
bin/get-assignment, bin/return-assignment: fix whitespace when adding build order to end of build-list
-rwxr-xr-xbin/get-assignment4
-rwxr-xr-xbin/return-assignment4
2 files changed, 4 insertions, 4 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
diff --git a/bin/return-assignment b/bin/return-assignment
index 36875bc..e9df686 100755
--- a/bin/return-assignment
+++ b/bin/return-assignment
@@ -96,8 +96,8 @@ if [ "$5" = 'ERROR' ]; then
$ b
d
}
- $ a '"$1 $2 $3 $4"'
- ' "${work_dir}/build-list"
+ $ a '"$1 $2 $3 $4" \
+ "${work_dir}/build-list"
fi
exit 0