- make 'make -f' completion work properly (fix from
Matthew Cheetah Gabeler-Lee <cheetah@fastcat.org>
This commit is contained in:
parent
c2e720b971
commit
a72dd42787
@ -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 <ian@caliban.org>
|
||||
#
|
||||
@ -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
|
||||
#
|
||||
|
Loading…
x
Reference in New Issue
Block a user