]> git.pld-linux.org Git - projects/rc-scripts.git/commitdiff
typo (fix by Robert Kryczało <laro@pld.org.pl>)
authorArkadiusz Miśkiewicz <arekm@maven.pl>
Mon, 5 Mar 2001 14:35:06 +0000 (14:35 +0000)
committerArkadiusz Miśkiewicz <arekm@maven.pl>
Mon, 5 Mar 2001 14:35:06 +0000 (14:35 +0000)
svn-id: @862

rc.d/init.d/timezone

index 59d2ca676cf4dc7810bcaa1369bce8cda34436ca..e47d35948c0d48caf3a434be0dcc98399a9dc14e 100644 (file)
@@ -5,7 +5,7 @@
 # description: This script is setting time zone information for your machine.
 # Author:      Pawel Wilk <siefca@pld.org.pl>
 #
-# $Id: timezone,v 1.5.2.1 2000/10/18 20:10:50 misiek Exp $
+# $Id: timezone,v 1.5.2.2 2001/03/05 14:35:06 misiek Exp $
 
 # NLS
 NLS_DOMAIN="rc-scripts"
@@ -36,7 +36,7 @@ case "$1" in
         rm -f /etc/localtime
        if [ -f "$ZONE_FILE" ]; then
                if [ -n "$ZONE_INFO_AREA" ]; then
-                   MESSAGS="`nls "Setting time zone information (%s, %s)" "$ZONE_INFO_AREA" "$TIME_ZONE"`"
+                   MESSAGE="`nls "Setting time zone information (%s, %s)" "$ZONE_INFO_AREA" "$TIME_ZONE"`"
                else
                    MESSAGE="`nls "Setting time zone information (%s)" "$TIME_ZONE"`"
                fi
This page took 0.221266 seconds and 4 git commands to generate.