Changeset 5a733a4 for common


Ignore:
Timestamp:
05/14/2006 03:22:21 PM (18 years ago)
Author:
Manuel Canales Esparcia <manuel@…>
Branches:
1.0, 2.3, 2.3.x, 2.4, ablfs, ablfs-more, legacy, new_features, trunk
Children:
a0f0bee
Parents:
e51d4db
Message:

Set TIMEZONE to TZ if it's set on the host, if not defaultting to GMT.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • common/config

    re51d4db r5a733a4  
    6161
    6262#--- set default timezone.
    63 TIMEZONE=GMT
     63TIMEZONE=${TZ:-GMT}
    6464
    6565#--- install the optional vim-lang package  0(no)/1(yes)
Note: See TracChangeset for help on using the changeset viewer.