]> git.pld-linux.org Git - projects/rc-scripts.git/blobdiff - rc.d/init.d/timezone
ksh93 support/fixes by Jan Rękorajski <baggins@pld.org.pl> (from stable series)
[projects/rc-scripts.git] / rc.d / init.d / timezone
index e47d35948c0d48caf3a434be0dcc98399a9dc14e..2baf95a1d309e5c602fc4650f57255903e3a6633 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.2 2001/03/05 14:35:06 misiek Exp $
+# $Id: timezone,v 1.5.2.3 2001/05/13 17:47:46 misiek Exp $
 
 # NLS
 NLS_DOMAIN="rc-scripts"
@@ -36,9 +36,9 @@ case "$1" in
         rm -f /etc/localtime
        if [ -f "$ZONE_FILE" ]; then
                if [ -n "$ZONE_INFO_AREA" ]; then
-                   MESSAGE="`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"`"
+                   MESSAGE="`nls 'Setting time zone information (%s)' "$TIME_ZONE"`"
                fi
                run_cmd "$MESSAGE" ln -s $ZONE_FILE /etc/localtime
                RETVAL=$?
This page took 0.08599 seconds and 4 git commands to generate.