From 6229c990b0209c3585c3ca54a5a89f98bc0109c0 Mon Sep 17 00:00:00 2001 From: Dieter Plaetinck Date: Sun, 14 Dec 2008 19:05:09 +0100 Subject: syntax fixes --- src/core/procedures/interactive | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/core/procedures/interactive') diff --git a/src/core/procedures/interactive b/src/core/procedures/interactive index 4e90854..0e4a426 100644 --- a/src/core/procedures/interactive +++ b/src/core/procedures/interactive @@ -168,7 +168,7 @@ worker_prepare_disks() interactive_filesystems && ret=0 && NEXTITEM=5 && DISK_CONFIG_TYPE=manual fi ;; - "4" + "4") if [ "$BLOCK_ROLLBACK_USELESS" = "1" ] then ask_yesno "It seems like you haven't partitioned/formatted/mounted anything yet (or rolled back already). This operation is useless (unless the installer is buggy), but it doesn't harm. Do you want to continue?" || NEXTITEM=5 @@ -182,6 +182,7 @@ worker_prepare_disks() show_warning "Rollback failed" "Rollback failed" fi fi + ;; *) DONE=1 ;; esac -- cgit v1.2.3-54-g00ecf