From 11fcb0217e952fc9597ddfdb3d6ea110c3b37fcc Mon Sep 17 00:00:00 2001 From: Mike Frysinger Date: Sun, 6 Feb 2011 13:23:53 -0500 Subject: hwclock: fix typo from an earlier style commit Signed-off-by: Mike Frysinger --- init.d/hwclock.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/init.d/hwclock.in b/init.d/hwclock.in index f673d35..640d997 100644 --- a/init.d/hwclock.in +++ b/init.d/hwclock.in @@ -91,7 +91,7 @@ start() # If setting UTC, don't bother to run hwclock when first booting # as that's the default if [ "$PREVLEVEL" != N -o \ - "$utc_cmd}" != --utc -o \ + "$utc_cmd" != --utc -o \ -n "$clock_args" ]; then if yesno $clock_hctosys; then -- cgit v1.2.3