]> git.pld-linux.org Git - packages/bash.git/commitdiff
- rel 4 auto/th/bash-4_2_20-4
authorJan Rękorajski <baggins@pld-linux.org>
Sat, 7 Jul 2012 11:29:24 +0000 (11:29 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- don't save consecutive, duplicated lines in history

Changed files:
    bash-skel-.bash_profile -> 1.12
    bash.spec -> 1.219

bash-skel-.bash_profile
bash.spec

index 23e88803903e700ec871fa8d59c7642e57b1c386..0f4d16909971c8bde5bba2e8953ababbddd0871c 100644 (file)
@@ -8,6 +8,7 @@ fi
 
 export HISTSIZE=1000
 export HISTFILESIZE=1000
+export HISTCONTROL=ignoredups
 
 # setup LOCALE variables
 #export LANG=
index f3ccf6776c24464d1b577627c0d23b5abca1278f..dad7fc2c8ce250c7bd622d0b718a508dff477310 100644 (file)
--- a/bash.spec
+++ b/bash.spec
@@ -6,7 +6,7 @@
 
 %define                ver             4.2
 %define                patchlevel      20
-%define                rel             3
+%define                rel             4
 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.113338 seconds and 4 git commands to generate.