mkisofs completion now defaults to treating completions as filenames.
This commit is contained in:
parent
9d060c2dfb
commit
cac71d99a4
@ -1,6 +1,6 @@
|
|||||||
# bash_completion - programmable completion functions for bash 3.0
|
# bash_completion - programmable completion functions for bash 3.0
|
||||||
#
|
#
|
||||||
# $Id: bash_completion,v 1.841 2006/02/24 01:03:37 ianmacd Exp $
|
# $Id: bash_completion,v 1.842 2006/02/24 01:09:23 ianmacd Exp $
|
||||||
#
|
#
|
||||||
# Copyright (C) Ian Macdonald <ian@caliban.org>
|
# Copyright (C) Ian Macdonald <ian@caliban.org>
|
||||||
#
|
#
|
||||||
@ -6089,7 +6089,7 @@ _mkisofs()
|
|||||||
fi
|
fi
|
||||||
|
|
||||||
} &&
|
} &&
|
||||||
complete -F _mkisofs mkisofs
|
complete -F _mkisofs $filenames mkisofs
|
||||||
|
|
||||||
# mc(1) completion
|
# mc(1) completion
|
||||||
#
|
#
|
||||||
|
Loading…
x
Reference in New Issue
Block a user