]> git.pld-linux.org Git - packages/bash.git/commitdiff
- TZ sample, no need to quote var
authorElan Ruusamäe <glen@pld-linux.org>
Wed, 4 Nov 2009 10:51:02 +0000 (10:51 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    bash-skel-.bash_profile -> 1.10

bash-skel-.bash_profile

index a010ccb7ee78ae066533faff2f0e9b373881fa9a..9d98d0fdbb944c6ecba9223c88a4f06e5f2cea60 100644 (file)
@@ -9,12 +9,13 @@ fi
 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
This page took 0.036953 seconds and 4 git commands to generate.