From c5f67416f3250e0d16eb2e588fc2b62435727d3c Mon Sep 17 00:00:00 2001 From: Judd Vinet Date: Wed, 27 Nov 2002 00:36:14 +0000 Subject: fix --- rc.shutdown | 2 +- rc.sysinit | 2 +- 2 files changed, 2 insertions(+), 2 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 diff --git a/rc.sysinit b/rc.sysinit index 169aca1..ace895d 100755 --- a/rc.sysinit +++ b/rc.sysinit @@ -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 -- cgit v1.2.3