From f3c9ce58c5f227326a9cd176e8b4aed771814278 Mon Sep 17 00:00:00 2001 From: Dieter Plaetinck Date: Wed, 12 Nov 2008 14:23:02 +0100 Subject: syntax fix --- src/core/procedures/interactive | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/core/procedures/interactive b/src/core/procedures/interactive index 8db5638..13b8969 100644 --- a/src/core/procedures/interactive +++ b/src/core/procedures/interactive @@ -165,7 +165,7 @@ worker_prepare_disks() ;; "3") PARTFINISH="" - if "$DISK_CONFIG_TYPE" = "auto" ]; then + if [ "$DISK_CONFIG_TYPE" = "auto" ]; then notify "You have already prepared your filesystems with Auto-prepare" #TODO: allow user to do this anyway. he can change his mind. else interactive_mountpoints && ret=0 && NEXTITEM=4 && DISK_CONFIG_TYPE=manual -- cgit v1.2.3-54-g00ecf