]> git.pld-linux.org Git - packages/bash.git/commitdiff
- do not set TMP and TMPDIR in .bash_profile, /etc/profile.d//tmp-dir.sh sets it... auto/th/bash-4_2_20-3
authorElan Ruusamäe <glen@pld-linux.org>
Fri, 30 Mar 2012 18:02:49 +0000 (18:02 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    bash-skel-.bash_profile -> 1.11
    bash.spec -> 1.218

bash-skel-.bash_profile
bash.spec

index 9d98d0fdbb944c6ecba9223c88a4f06e5f2cea60..23e88803903e700ec871fa8d59c7642e57b1c386 100644 (file)
@@ -8,8 +8,6 @@ fi
 
 export HISTSIZE=1000
 export HISTFILESIZE=1000
-export TMP=~/tmp
-export TMPDIR=$TMP
 
 # setup LOCALE variables
 #export LANG=
index c1ad7ff5d0309542e4504cd59e3edc4dbfe37ef0..f3ccf6776c24464d1b577627c0d23b5abca1278f 100644 (file)
--- a/bash.spec
+++ b/bash.spec
@@ -3,10 +3,10 @@
 %bcond_without static          # don't build static version
 %bcond_with    bash_history    # build with additional history in /var/log/bash_hist ;)
 %bcond_without tests   # do not perform "make test"
-#
+
 %define                ver             4.2
 %define                patchlevel      20
-%define                rel             2
+%define                rel             3
 Summary:       GNU Bourne Again Shell (bash)
 Summary(fr.UTF-8):     Le shell Bourne Again de GNU
 Summary(pl.UTF-8):     Powłoka GNU Bourne Again Shell (bash)
This page took 0.104951 seconds and 4 git commands to generate.