From a793c0e6c529a904948c1a785681c801433cc88e Mon Sep 17 00:00:00 2001 From: Tom Ryder Date: Tue, 1 Dec 2015 13:19:14 +1300 Subject: Fix some trailing spaces --- bash/bashrc.d/man.bash | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bash/bashrc.d/man.bash') diff --git a/bash/bashrc.d/man.bash b/bash/bashrc.d/man.bash index b43ee934..d982a166 100644 --- a/bash/bashrc.d/man.bash +++ b/bash/bashrc.d/man.bash @@ -10,7 +10,7 @@ _man() { # If this is the second word, and the previous word was a number, we'll # assume that's the section to search - local section + local section if ((COMP_CWORD > 1)) && [[ ${COMP_WORDS[COMP_CWORD-1]} != [^0-9] ]] ; then section='man'${COMP_WORDS[COMP_CWORD-1]} fi -- cgit v1.2.3