aboutsummaryrefslogtreecommitdiff
path: root/rc.shutdown
diff options
context:
space:
mode:
Diffstat (limited to 'rc.shutdown')
-rwxr-xr-xrc.shutdown2
1 files changed, 1 insertions, 1 deletions
diff --git a/rc.shutdown b/rc.shutdown
index a49c18e..ce13cef 100755
--- a/rc.shutdown
+++ b/rc.shutdown
@@ -44,7 +44,7 @@ stat_busy "Saving Random Seed"
stat_done
stat_busy "Saving System Clock"
-if [ $HARDWARECLOCK = "UTC" ]; then
+if [ "$HARDWARECLOCK" = "UTC" ]; then
/sbin/hwclock --utc --systohc
else
/sbin/hwclock --localtime --systohc