diff --git a/bash_completion b/bash_completion index 63f5fe18..c5e3086a 100644 --- a/bash_completion +++ b/bash_completion @@ -1,6 +1,6 @@ # bash_completion - some programmable completion functions for bash 2.05b # -# $Id: bash_completion,v 1.685 2004/02/12 21:48:32 ianmacd Exp $ +# $Id: bash_completion,v 1.686 2004/02/13 08:24:42 ianmacd Exp $ # # Copyright (C) Ian Macdonald # @@ -2450,7 +2450,7 @@ _make() $makef 2>/dev/null | grep "^$cur" )) fi } -[ -n "${have:-}" ] && complete -F _make $default make gmake pmake +[ -n "${have:-}" ] && complete -F _make $filenames make gmake pmake # GNU tar(1) completion #