summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorDieter Plaetinck <dieter@plaetinck.be>2008-12-11 21:54:08 +0100
committerDieter Plaetinck <dieter@plaetinck.be>2008-12-11 21:54:08 +0100
commit87bee82b26ed43166133a5e0b23c3da8f40e72e3 (patch)
tree9235d190343ba4aba6ae10c17384851b75996ad8 /src
parentcf3985d88626444cf107c7b0bffbc2a53b143cd8 (diff)
syntax fix
Diffstat (limited to 'src')
-rw-r--r--src/core/procedures/interactive4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/core/procedures/interactive b/src/core/procedures/interactive
index 45be1d4..d4edfc6 100644
--- a/src/core/procedures/interactive
+++ b/src/core/procedures/interactive
@@ -53,7 +53,9 @@ mainmenu()
{
default=no
[ -n "$NEXTITEM" ] && default="$NEXTITEM"
- ask_option $default "MAIN MENU" '' \ #TODO: why does a '2' appear instead of '' ??
+
+ #TODO: why does a '2' appear instead of '' ??
+ ask_option $default "MAIN MENU" '' \
"1" "$worker_select_source_title" \
"2" "$worker_set_clock_title" \
"3" "$worker_prepare_disks_title" \