diff options
author | Dieter Plaetinck <dieter@plaetinck.be> | 2008-12-02 22:37:15 +0100 |
---|---|---|
committer | Dieter Plaetinck <dieter@plaetinck.be> | 2008-12-02 22:37:15 +0100 |
commit | a3a16f42b8ae950cf81b4a41fb3e9802af035181 (patch) | |
tree | 93f3bae5ac6a13de2307bb281e6c010126b9754a /src | |
parent | 7b229a75088b480c282c90d6d29ce2d5ef181a9c (diff) |
syntax bugfix
Diffstat (limited to 'src')
-rw-r--r-- | src/core/libs/lib-ui-interactive.sh | 2 |
1 files changed, 1 insertions, 1 deletions
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 _ |