summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDieter Plaetinck <dieter@plaetinck.be>2008-12-10 22:50:43 +0100
committerDieter Plaetinck <dieter@plaetinck.be>2008-12-10 22:50:43 +0100
commita8df7a3e2c3f9aec4bf5a2a3fdc5e94e0e3fbe87 (patch)
tree5fc1a78312bb54c519530fd79c1b62f842a6ad2c
parente7eb28dbbaf374d68f14fafc69ba8ecc02e43e3d (diff)
todo update
-rw-r--r--src/core/libs/lib-ui-interactive.sh2
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 5eeafe1..cf05159 100644
--- a/src/core/libs/lib-ui-interactive.sh
+++ b/src/core/libs/lib-ui-interactive.sh
@@ -488,7 +488,7 @@ interactive_filesystems() {
str="The following issues have been detected:\n"
[ -n "$errors" ] && str="$str\n - Errors: $errors"
[ -n "$warnings" ] && str="$str\n - Warnings: $warnings"
- ask_yesno "$str\n Do you want to back to fix (one of) these issues?" || ALLOK=1
+ ask_yesno "$str\n Do you want to back to fix (one of) these issues?" || ALLOK=1 # TODO: we should ask the user if he wants to continue, return or abort.
else
ALLOK=1
fi