diff options
-rw-r--r-- | chapter9/bashprofile.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/chapter9/bashprofile.sh b/chapter9/bashprofile.sh index 9636b3a..455a6fd 100644 --- a/chapter9/bashprofile.sh +++ b/chapter9/bashprofile.sh @@ -4,6 +4,7 @@ cat > /etc/profile << "EOF" # Begin /etc/profile export LANG=en_US +export LC_TIME=POSIX # End /etc/profile EOF |