From 60a790fcdbd1b4fc60c3daace08023d46dadcc4f Mon Sep 17 00:00:00 2001 From: Dieter Plaetinck Date: Mon, 15 Dec 2008 19:12:01 +0100 Subject: fix for lvm VG gets newfs when editing lv's --- src/core/libs/lib-ui-interactive.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/core') diff --git a/src/core/libs/lib-ui-interactive.sh b/src/core/libs/lib-ui-interactive.sh index 8c00bb1..15b7ffa 100644 --- a/src/core/libs/lib-ui-interactive.sh +++ b/src/core/libs/lib-ui-interactive.sh @@ -483,7 +483,7 @@ interactive_filesystems() { [ -z "$newfs" ] && newfs=$add [ -n "$newfs" ] && newfs="$newfs|$add" done - fs=newfs + fs=$newfs fi else interactive_filesystem $part $part_type $part_label $fs -- cgit v1.2.3-54-g00ecf