From a14e36bf66ceef26797217638857f3cf93873890 Mon Sep 17 00:00:00 2001 From: Tom Gundersen Date: Thu, 2 Aug 2012 01:39:14 +0200 Subject: rc.sysinit: fix adjtime warning This never worked. Reported-by: James Gordon Signed-off-by: Tom Gundersen --- rc.sysinit | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'rc.sysinit') diff --git a/rc.sysinit b/rc.sysinit index c8f6360..e1a1081 100755 --- a/rc.sysinit +++ b/rc.sysinit @@ -139,7 +139,7 @@ stat_busy "Saving dmesg log" (( $? == 0 )) && stat_done || stat_fail if [[ -f /etc/adjtime ]]; then - ( read ; read ; read ADJTIME) < /etc/adjtime + { read ; read ; read ADJTIME; } < /etc/adjtime if [[ $ADJTIME == 'LOCAL' ]]; then if [[ $HARDWARECLOCK == 'UTC' ]]; then -- cgit v1.2.3