From a3a16f42b8ae950cf81b4a41fb3e9802af035181 Mon Sep 17 00:00:00 2001 From: Dieter Plaetinck Date: Tue, 2 Dec 2008 22:37:15 +0100 Subject: syntax bugfix --- src/core/libs/lib-ui-interactive.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/core/libs/lib-ui-interactive.sh b/src/core/libs/lib-ui-interactive.sh index 42db4ec..c4e1ea1 100644 --- a/src/core/libs/lib-ui-interactive.sh +++ b/src/core/libs/lib-ui-interactive.sh @@ -392,7 +392,7 @@ interactive_filesystems() { # FS-string: # type;mountpoint;opts;label;params[|FS-string|...] - findpartitions 0 'empty' '(raw,)') > $TMP_MENU + findpartitions 0 'empty' '(raw,)' > $TMP_MENU while [ "$USERHAPPY" = 0 ] do ask_option no "Manage filesystems, block devices and virtual devices. Note that you don't *need* to specify opts, labels or extra params if you're not using lvm, dm_crypt, etc." `cat $TMP_MENU` DONE _ -- cgit v1.2.3-54-g00ecf