diff options
author | Judd Vinet <judd@archlinux.org> | 2002-11-27 00:36:14 +0000 |
---|---|---|
committer | Judd Vinet <judd@archlinux.org> | 2002-11-27 00:36:14 +0000 |
commit | c5f67416f3250e0d16eb2e588fc2b62435727d3c (patch) | |
tree | dc5f7293d021c72454c2736e79ca8e0fe93420bf /rc.shutdown | |
parent | 43cda626dbc05e92dffc0027ef19db9d3cc44d37 (diff) |
fix
Diffstat (limited to 'rc.shutdown')
-rwxr-xr-x | rc.shutdown | 2 |
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 |