From ed95370fe2d89dd9ef76c28df42acd41f3b32542 Mon Sep 17 00:00:00 2001 From: Dieter Plaetinck Date: Sun, 12 Dec 2010 22:49:22 +0100 Subject: syntax fix --- src/core/libs/lib-ui-interactive.sh | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'src/core/libs') diff --git a/src/core/libs/lib-ui-interactive.sh b/src/core/libs/lib-ui-interactive.sh index f2d3a57..86a7474 100644 --- a/src/core/libs/lib-ui-interactive.sh +++ b/src/core/libs/lib-ui-interactive.sh @@ -563,9 +563,8 @@ interactive_filesystems() { if [ -f $TMP_BLOCKDEVICES ] && ! ask_yesno "Previous blockdevice definitions found:\n`cat $TMP_BLOCKDEVICES`\n\ Use these as a starting point? Make sure your disk(s) are partitioned correctly so your definitions can be applied. Pick 'no' when in doubt to start from scratch" no - then - echo $(findblockdevices ' raw no_label no_fs' > $TMP_BLOCKDEVICES - fi + then + findblockdevices ' raw no_label no_fs' > $TMP_BLOCKDEVICES fi [ -z "$PART_ACCESS" ] && PART_ACCESS=dev -- cgit v1.2.3-54-g00ecf