]> git.pld-linux.org Git - packages/tzdata.git/blobdiff - timezone.init
- cosmetic
[packages/tzdata.git] / 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.023787 seconds and 4 git commands to generate.