summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2011-02-06 13:23:53 -0500
committerMike Frysinger <vapier@gentoo.org>2011-02-14 12:06:58 -0500
commit11fcb0217e952fc9597ddfdb3d6ea110c3b37fcc (patch)
treee271314b60abd2c2cfb4d4fa7107bde946d691b2
parentc8b5078660f2b94b3c64f0a71ea6cde7df76678e (diff)
downloadopenrc-11fcb0217e952fc9597ddfdb3d6ea110c3b37fcc.tar.gz
openrc-11fcb0217e952fc9597ddfdb3d6ea110c3b37fcc.tar.bz2
openrc-11fcb0217e952fc9597ddfdb3d6ea110c3b37fcc.tar.xz
hwclock: fix typo from an earlier style commit
Signed-off-by: Mike Frysinger <vapier@gentoo.org>
-rw-r--r--init.d/hwclock.in2
1 files changed, 1 insertions, 1 deletions
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