[Bash-completion-commits] ./current r1150: AHAH! I found you, little $&/@#!!...

David Paleino d.paleino at gmail.com
Mon Jun 23 12:39:34 UTC 2008


------------------------------------------------------------
revno: 1150
committer: David Paleino <d.paleino at gmail.com>
branch nick: current
timestamp: Mon 2008-06-23 14:39:34 +0200
message:
  AHAH! I found you, little $&/@#!!...
modified:
  bash_completion
-------------- next part --------------
=== modified file 'bash_completion'
--- a/bash_completion	2008-06-23 12:36:03 +0000
+++ b/bash_completion	2008-06-23 12:39:34 +0000
@@ -2537,7 +2537,7 @@
 	# User known_hosts files
 	[ -r "$user_kh" ] &&
 		kh=( "${kh[@]}" "$user_kh" )
-	[ -r ~/.ssh/known_hosts" ] &&
+	[ -r ~/.ssh/known_hosts ] &&
 		kh=( "${kh[@]}" ~/.ssh/known_hosts )
 	[ -r ~/.ssh/known_hosts2 ] &&
 		kh=( "${kh[@]}" ~/.ssh/known_hosts2 )



More information about the Bash-completion-commits mailing list