summaryrefslogtreecommitdiff
path: root/bin/db-update
diff options
context:
space:
mode:
authorErich Eckner <git@eckner.net>2017-11-01 10:28:05 +0100
committerErich Eckner <git@eckner.net>2017-11-01 10:28:05 +0100
commitad463afa2d41e42463476e43436eac224bac1de3 (patch)
tree3c51efa5929a02cbde5df72750b4843460d26edf /bin/db-update
parent05a43c23b36c4b68a246bc69fa0d699a3ec469fb (diff)
downloadbuilder-ad463afa2d41e42463476e43436eac224bac1de3.tar.xz
() -> {}
Diffstat (limited to 'bin/db-update')
-rwxr-xr-xbin/db-update4
1 files changed, 2 insertions, 2 deletions
diff --git a/bin/db-update b/bin/db-update
index f304d7b..d62497e 100755
--- a/bin/db-update
+++ b/bin/db-update
@@ -243,7 +243,7 @@ move_packages() {
# move the packages remotely via sftp
- (
+ {
while read -r package; do
if [ -z "${package}" ]; then
@@ -264,7 +264,7 @@ move_packages() {
done < \
"${tmp_dir}/tmp/packages"
echo 'quit'
- ) | \
+ } | \
if ${no_action}; then
sed 's|^|sftp: |'
else