diff options
author | Mike Frysinger <vapier@gentoo.org> | 2011-02-06 13:23:53 -0500 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2011-02-14 12:06:58 -0500 |
commit | 11fcb0217e952fc9597ddfdb3d6ea110c3b37fcc (patch) | |
tree | e271314b60abd2c2cfb4d4fa7107bde946d691b2 /init.d/hwclock.in | |
parent | c8b5078660f2b94b3c64f0a71ea6cde7df76678e (diff) |
hwclock: fix typo from an earlier style commit
Signed-off-by: Mike Frysinger <vapier@gentoo.org>
Diffstat (limited to 'init.d/hwclock.in')
-rw-r--r-- | init.d/hwclock.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/init.d/hwclock.in b/init.d/hwclock.in index f673d35f..640d9977 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 |