diff options
author | Kevin B Kenny <kennykb@acm.org> | 2009-04-09 20:11:51 (GMT) |
---|---|---|
committer | Kevin B Kenny <kennykb@acm.org> | 2009-04-09 20:11:51 (GMT) |
commit | 1f99865198b8c9000ddf55ff1402172555b1eb78 (patch) | |
tree | c6e9c6776842463a92ff192415aa921e46afc57a /library/tzdata/Libya | |
parent | 4c8ac836436763b4845b2242e9a65353524cdff1 (diff) | |
download | tcl-1f99865198b8c9000ddf55ff1402172555b1eb78.zip tcl-1f99865198b8c9000ddf55ff1402172555b1eb78.tar.gz tcl-1f99865198b8c9000ddf55ff1402172555b1eb78.tar.bz2 |
Fix tzdata line terminators
Diffstat (limited to 'library/tzdata/Libya')
-rw-r--r-- | library/tzdata/Libya | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/library/tzdata/Libya b/library/tzdata/Libya index 7bef1c1..6cd77e1 100644 --- a/library/tzdata/Libya +++ b/library/tzdata/Libya @@ -1,5 +1,5 @@ -# created by tools/tclZIC.tcl - do not edit
-if {![info exists TZData(Africa/Tripoli)]} {
- LoadTimeZoneFile Africa/Tripoli
-}
-set TZData(:Libya) $TZData(:Africa/Tripoli)
+# created by tools/tclZIC.tcl - do not edit +if {![info exists TZData(Africa/Tripoli)]} { + LoadTimeZoneFile Africa/Tripoli +} +set TZData(:Libya) $TZData(:Africa/Tripoli) |