swegener 14/10/23 09:58:10 Modified: shash.bash-completion Log: Unconditionally enable completion, bug #526232. (Portage version: 2.2.12/cvs/Linux x86_64, signed Manifest commit with key 0x64D4CF24)
Revision Changes Path 1.3 app-crypt/shash/files/shash.bash-completion file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-crypt/shash/files/shash.bash-completion?rev=1.3&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-crypt/shash/files/shash.bash-completion?rev=1.3&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-crypt/shash/files/shash.bash-completion?r1=1.2&r2=1.3 Index: shash.bash-completion =================================================================== RCS file: /var/cvsroot/gentoo-x86/app-crypt/shash/files/shash.bash-completion,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- shash.bash-completion 13 Oct 2006 15:00:13 -0000 1.2 +++ shash.bash-completion 23 Oct 2014 09:58:10 -0000 1.3 @@ -1,10 +1,9 @@ -# Copyright 1999-2006 Gentoo Foundation +# Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-crypt/shash/files/shash.bash-completion,v 1.2 2006/10/13 15:00:13 swegener Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-crypt/shash/files/shash.bash-completion,v 1.3 2014/10/23 09:58:10 swegener Exp $ # # shash(1) completion. -have shash && _shash() { local cur prev @@ -36,5 +35,5 @@ -- ${cur} ) ) _filedir return 0 -} && +} complete -F _shash ${filenames} shash
