]> git.pld-linux.org Git - packages/tzdata.git/commitdiff
- cosmetic
authorElan Ruusamäe <glen@pld-linux.org>
Thu, 24 Apr 2008 17:08:47 +0000 (17:08 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    timezone.init -> 1.14

timezone.init

index 58085a150a83ce57ef4fa1c5160b9c60dd283339..0c9b93b6fe52c3860b9dc78dd277101aa998c9e6 100644 (file)
@@ -29,7 +29,7 @@ start() {
                if [ -f "$ZONE_FILE" ]; then
                        rm -f /etc/localtime
 
-                       MESSAGE="`nls 'Setting time zone information (%s)' "$TIMEZONE"`"
+                       MESSAGE=$(nls 'Setting time zone information (%s)' "$TIMEZONE")
 
                        run_cmd "$MESSAGE" cp -af $ZONE_FILE /etc/localtime
                        RETVAL=$?
This page took 0.038263 seconds and 4 git commands to generate.