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.sysinit | |
parent | 43cda626dbc05e92dffc0027ef19db9d3cc44d37 (diff) |
fix
Diffstat (limited to 'rc.sysinit')
-rwxr-xr-x | rc.sysinit | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -50,7 +50,7 @@ stat_busy "Mounting Local Filesystems" stat_done stat_busy "Configuring System Clock" -if [ $HARDWARECLOCK = "UTC" ]; then +if [ "$HARDWARECLOCK" = "UTC" ]; then /sbin/hwclock --utc --hctosys else /sbin/hwclock --localtime --hctosys |