From fa064e85633cd56000f8bf2cd8eb3bc76eceeeed Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ville=20Skytt=C3=A4?= Date: Wed, 17 Sep 2014 19:18:45 +0300 Subject: [PATCH] Comment update --- bash_completion | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bash_completion b/bash_completion index 22e511bb..bfc2c555 100644 --- a/bash_completion +++ b/bash_completion @@ -1941,7 +1941,7 @@ _minimal() $split && return _filedir } -# Complete the empty string to allow completion of '>', '>>', and '<' +# Complete the empty string to allow completion of '>', '>>', and '<' on < 4.3 # http://lists.gnu.org/archive/html/bug-bash/2012-01/msg00045.html complete -F _minimal ''