hwclock: fix typo from an earlier style commit
Signed-off-by: Mike Frysinger <vapier@gentoo.org>
This commit is contained in:
parent
c8b5078660
commit
11fcb0217e
@ -91,7 +91,7 @@ start()
|
|||||||
# If setting UTC, don't bother to run hwclock when first booting
|
# If setting UTC, don't bother to run hwclock when first booting
|
||||||
# as that's the default
|
# as that's the default
|
||||||
if [ "$PREVLEVEL" != N -o \
|
if [ "$PREVLEVEL" != N -o \
|
||||||
"$utc_cmd}" != --utc -o \
|
"$utc_cmd" != --utc -o \
|
||||||
-n "$clock_args" ];
|
-n "$clock_args" ];
|
||||||
then
|
then
|
||||||
if yesno $clock_hctosys; then
|
if yesno $clock_hctosys; then
|
||||||
|
Loading…
x
Reference in New Issue
Block a user