From 571aa60fb30d1141e93a7b2d6f4d71e149d7e8d2 Mon Sep 17 00:00:00 2001 From: Dieter Plaetinck Date: Sun, 7 Dec 2008 18:05:22 +0100 Subject: syntax fixes --- src/core/libs/lib-ui-interactive.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/core/libs/lib-ui-interactive.sh') diff --git a/src/core/libs/lib-ui-interactive.sh b/src/core/libs/lib-ui-interactive.sh index 2d46872..7eccadf 100644 --- a/src/core/libs/lib-ui-interactive.sh +++ b/src/core/libs/lib-ui-interactive.sh @@ -90,7 +90,7 @@ interactive_set_clock() ask_datetime # save the time - date -s $ANSWER_DATETIME || show_warning "Date/time setting failed" "Something went wrong when doing date -s $ANSWER_DATETIME" + date -s "$ANSWER_DATETIME" || show_warning "Date/time setting failed" "Something went wrong when doing date -s $ANSWER_DATETIME" /sbin/hwclock --systohc $HWCLOCK_PARAMS --noadjfile return 0 -- cgit v1.2.3-54-g00ecf