summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDieter Plaetinck <dieter@plaetinck.be>2010-12-29 17:04:39 +0100
committerDieter Plaetinck <dieter@plaetinck.be>2010-12-29 17:04:39 +0100
commitae36bcc5786faf625ca56b28a2f6d738f01d2ddb (patch)
treecce35a42005dfe3b617cb1f99cd8ec4397d37299
parente5e4eec43cc04cd99648c8b6826af4b9e5c58b10 (diff)
remove stale PARTFINISH variable
-rw-r--r--src/core/libs/lib-ui-interactive.sh1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/core/libs/lib-ui-interactive.sh b/src/core/libs/lib-ui-interactive.sh
index de85d33..57cb153 100644
--- a/src/core/libs/lib-ui-interactive.sh
+++ b/src/core/libs/lib-ui-interactive.sh
@@ -224,7 +224,6 @@ interactive_prepare_disks ()
;;
"3")
[ "$BLOCK_ROLLBACK_USELESS" = "0" ] && ask_yesno "You should probably rollback your last changes first, otherwise this will probably fail. Go back to menu to do rollback?" && default=4 && continue
- PARTFINISH=""
interactive_filesystems && ret=0 && default=5 && DISK_CONFIG_TYPE=manual
;;
"4")