packages: bash/bash-skel-.bash_profile - TZ sample,	no need to quote var
    glen 
    glen at pld-linux.org
       
    Wed Nov  4 11:51:07 CET 2009
    
    
  
Author: glen                         Date: Wed Nov  4 10:51:07 2009 GMT
Module: packages                      Tag: HEAD
---- Log message:
- TZ sample, no need to quote var
---- Files affected:
packages/bash:
   bash-skel-.bash_profile (1.9 -> 1.10) 
---- Diffs:
================================================================
Index: packages/bash/bash-skel-.bash_profile
diff -u packages/bash/bash-skel-.bash_profile:1.9 packages/bash/bash-skel-.bash_profile:1.10
--- packages/bash/bash-skel-.bash_profile:1.9	Thu Jan  8 00:23:23 2009
+++ packages/bash/bash-skel-.bash_profile	Wed Nov  4 11:51:02 2009
@@ -9,12 +9,13 @@
 export HISTSIZE=1000
 export HISTFILESIZE=1000
 export TMP=~/tmp
-export TMPDIR="$TMP"
+export TMPDIR=$TMP
 
 # setup LOCALE variables
 #export LANG=
 #export LC_ALL=
 #export LANGUAGE=
+#export TZ=
 
 # only You can access your files
 #umask 077
================================================================
---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/bash/bash-skel-.bash_profile?r1=1.9&r2=1.10&f=u
    
    
More information about the pld-cvs-commit
mailing list