opendir change: refinement
[minix.git] / etc / profile
blob0673126c47fa1e63b47c1a64f43a253457cb0ec8
1 RC_TZ=/etc/rc.timezone
2 export TZ=GMT0
3 if [ -f "$RC_TZ" ]
4 then . "$RC_TZ"
5 fi