aboutsummaryrefslogtreecommitdiff
path: root/rc.shutdown
diff options
context:
space:
mode:
authorJudd Vinet <judd@archlinux.org>2002-11-27 00:36:14 +0000
committerJudd Vinet <judd@archlinux.org>2002-11-27 00:36:14 +0000
commitc5f67416f3250e0d16eb2e588fc2b62435727d3c (patch)
treedc5f7293d021c72454c2736e79ca8e0fe93420bf /rc.shutdown
parent43cda626dbc05e92dffc0027ef19db9d3cc44d37 (diff)
downloadinitscripts-c5f67416f3250e0d16eb2e588fc2b62435727d3c.tar.xz
fix
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