summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@open-infrastructure.net>2019-04-13 07:17:09 +0000
committerDaniel Baumann <daniel.baumann@open-infrastructure.net>2019-04-13 07:17:09 +0000
commit81545dfdc9bc49b4431317eee407fbaf41853935 (patch)
tree6d4f4ec93f5d3c48a52478c35f4b58225fbd7c1c
parentReleasing version 20190413. (diff)
downloadcompute-tools-81545dfdc9bc49b4431317eee407fbaf41853935.tar.xz
compute-tools-81545dfdc9bc49b4431317eee407fbaf41853935.zip
Correcting whitespace error in include handling that broke debconf container create script.
Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net>
-rwxr-xr-xshare/scripts/debconf2
1 files changed, 1 insertions, 1 deletions
diff --git a/share/scripts/debconf b/share/scripts/debconf
index b4b5e18..e12ee9e 100755
--- a/share/scripts/debconf
+++ b/share/scripts/debconf
@@ -359,7 +359,7 @@ Debootstrap ()
INCLUDE="dbus"
# apt repositories
- INCLUDE="${INCLUDE} gnupg"
+ INCLUDE="${INCLUDE},gnupg"
if ( echo "${MIRROR}" | grep -qs '^https' ) || \
( echo "${PARENT_MIRROR}" | grep -qs '^https' )