[packages/bash] - rel 4 - don't save consecutive, duplicated lines in history

draenog draenog at pld-linux.org
Sun Jul 8 00:50:28 CEST 2012


commit 3604b68e5b9f06cb70cadc38c610289d0a65e129
Author: Jan Rękorajski <baggins at pld-linux.org>
Date:   Sat Jul 7 11:29:24 2012 +0000

    - rel 4
    - don't save consecutive, duplicated lines in history
    
    Changed files:
        bash-skel-.bash_profile -> 1.12
        bash.spec -> 1.219

 bash-skel-.bash_profile | 1 +
 bash.spec               | 2 +-
 2 files changed, 2 insertions(+), 1 deletion(-)
---
diff --git a/bash-skel-.bash_profile b/bash-skel-.bash_profile
index 23e8880..0f4d169 100644
--- a/bash-skel-.bash_profile
+++ b/bash-skel-.bash_profile
@@ -8,6 +8,7 @@ fi
 
 export HISTSIZE=1000
 export HISTFILESIZE=1000
+export HISTCONTROL=ignoredups
 
 # setup LOCALE variables
 #export LANG=
diff --git a/bash.spec b/bash.spec
index f3ccf67..dad7fc2 100644
--- 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)


More information about the test mailing list