summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorDieter Plaetinck <dieter@plaetinck.be>2008-12-10 22:43:27 +0100
committerDieter Plaetinck <dieter@plaetinck.be>2008-12-10 22:43:27 +0100
commite7eb28dbbaf374d68f14fafc69ba8ecc02e43e3d (patch)
treec3c517006b8786d1898fe5f4b15ce083c3136076 /src
parentec9e19ff4523d05850a9e811ec5be227d6d3427d (diff)
screw dialog
Diffstat (limited to 'src')
-rw-r--r--src/core/libs/lib-ui-interactive.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/core/libs/lib-ui-interactive.sh b/src/core/libs/lib-ui-interactive.sh
index 2b310c4..5eeafe1 100644
--- a/src/core/libs/lib-ui-interactive.sh
+++ b/src/core/libs/lib-ui-interactive.sh
@@ -402,8 +402,8 @@ interactive_filesystems() {
# leave out unneeded info from fs string
fs_display=${fs//;yes/}
fs_display=${fs//;target/}
- infostring="\ $type\ $label\ $fs_display"
- [ -b "$part" ] && get_blockdevice_size ${part/+/} && infostring="${BLOCKDEVICE_SIZE}MB\ $infostring" # add size in MB for existing blockdevices (eg not for mapper devices that are not yet created yet)
+ infostring=",$type,$label,$fs_display"
+ [ -b "$part" ] && get_blockdevice_size ${part/+/} && infostring="${BLOCKDEVICE_SIZE}MB,$infostring" # add size in MB for existing blockdevices (eg not for mapper devices that are not yet created yet)
menu_list="$menu_list $part $infostring" #don't add extra spaces, dialog doesn't like that.
done < $TMP_BLOCKDEVICES