summaryrefslogtreecommitdiff
path: root/debian/mdadm.config
diff options
context:
space:
mode:
authormadduck <madduck@3cfab66f-1918-0410-86b3-c06b76f9a464>2006-11-20 07:05:39 +0000
committermadduck <madduck@3cfab66f-1918-0410-86b3-c06b76f9a464>2006-11-20 07:05:39 +0000
commit9c4f51f914a2d39107c30e6821cd9fabe103ba69 (patch)
treef9a3d053f9be8754efe609805efc3d4759e06f9b /debian/mdadm.config
parent6a2103414bfd42dedd9c943ad1ffb6719cc45aa1 (diff)
* Fixed a typo in the debconf control script which would cause failures with
a dash shell; thanks to Santiago Garcia Mantinan for reporting this, and Andreas Metzeler for providing a solution (closes: #399315).
Diffstat (limited to 'debian/mdadm.config')
-rw-r--r--debian/mdadm.config2
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/mdadm.config b/debian/mdadm.config
index 7d3e20a2..7de317df 100644
--- a/debian/mdadm.config
+++ b/debian/mdadm.config
@@ -88,7 +88,7 @@ db_capb escape
msg=intro; suffix=''; error=0
while true; do
db_metaget mdadm/initrdstart_msg_${msg} extended_description || :
- db_subst mdadm/initrdstart msg "$(echo -e "${RET}${suffix}" | debconf-escape -e)"
+ db_subst mdadm/initrdstart msg "$(echo -n "${RET}${suffix}" | debconf-escape -e)"
ret=0; db_input high mdadm/initrdstart || ret=$?
db_go