[dak/master] Less backgrounding before a-f
Signed-off-by: Joerg Jaspert <joerg@debian.org>
---
config/debian/cron.dinstall | 8 ++++----
1 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/config/debian/cron.dinstall b/config/debian/cron.dinstall
index 7b1a2f2..05bc9e8 100755
--- a/config/debian/cron.dinstall
+++ b/config/debian/cron.dinstall
@@ -193,7 +193,7 @@ GO=(
ARGS=""
ERR="false"
)
-stage $GO &
+stage $GO
GO=(
FUNC="i18n1"
@@ -201,7 +201,7 @@ GO=(
ARGS=""
ERR="false"
)
-stage $GO &
+stage $GO
lockfile "$LOCK_ACCEPTED"
lockfile "$LOCK_NEW"
@@ -265,7 +265,7 @@ GO=(
ARGS=""
ERR="false"
)
-stage $GO &
+stage $GO
GO=(
FUNC="overrides"
@@ -281,7 +281,7 @@ GO=(
ARGS=""
ERR="false"
)
-stage $GO &
+stage $GO
state "packages/contents"
GO=(
--
1.5.6.5
Reply to: