Set TIMEZONE to TZ if it's set on the host, if not defaultting to GMT.
This commit is contained in:
parent
e51d4db497
commit
5a733a4aca
1 changed files with 1 additions and 1 deletions
|
@ -60,7 +60,7 @@ STRIP=1
|
||||||
PAGE=letter
|
PAGE=letter
|
||||||
|
|
||||||
#--- set default timezone.
|
#--- set default timezone.
|
||||||
TIMEZONE=GMT
|
TIMEZONE=${TZ:-GMT}
|
||||||
|
|
||||||
#--- install the optional vim-lang package 0(no)/1(yes)
|
#--- install the optional vim-lang package 0(no)/1(yes)
|
||||||
VIMLANG=1
|
VIMLANG=1
|
||||||
|
|
Reference in a new issue