mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-22 01:59:02 +00:00
* bash_completion - outdated syntax
https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1008257
This commit is contained in:
parent
8380034203
commit
b1db663d99
@ -1,7 +1,7 @@
|
||||
# lyx(1) completion
|
||||
# Copyleft 2010 Cengiz Gunay <cengique@users.sf.net>
|
||||
|
||||
have lyx &&
|
||||
_have lyx &&
|
||||
_lyx()
|
||||
{
|
||||
local cur g last
|
||||
@ -65,5 +65,4 @@ _lyx()
|
||||
# turn it off if necessary
|
||||
test $g -eq 0 && shopt -u extglob
|
||||
|
||||
}
|
||||
[ "${have:-}" ] && complete -F _lyx $filenames lyx
|
||||
} && complete -F _lyx $filenames lyx
|
||||
|
Loading…
Reference in New Issue
Block a user