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 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'rc.shutdown') 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 -- cgit v1.2.3