From 35694cd0df77389e8b7321b08516fa88c49d8d75 Mon Sep 17 00:00:00 2001 From: Matthias Dienstbier Date: Thu, 11 Mar 2010 15:27:55 +0100 Subject: continue if ask_datetime was canceled --- src/core/libs/lib-ui-interactive.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/core/libs') diff --git a/src/core/libs/lib-ui-interactive.sh b/src/core/libs/lib-ui-interactive.sh index 8ccb481..eb4f6a5 100644 --- a/src/core/libs/lib-ui-interactive.sh +++ b/src/core/libs/lib-ui-interactive.sh @@ -164,7 +164,7 @@ interactive_time () { fi if [ "$ANSWER_OPTION" = manual ] then - ask_datetime + ask_datetime || continue if date -s "$ANSWER_DATETIME" then dohwclock $HARDWARECLOCK systohc && NEXTITEM=3 -- cgit v1.2.3-54-g00ecf