diff options
-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 |