diff options
author | Guillaume Rousse <guillomovitch@mandriva.org> | 2005-01-28 22:23:14 +0000 |
---|---|---|
committer | Guillaume Rousse <guillomovitch@mandriva.org> | 2005-01-28 22:23:14 +0000 |
commit | 50d181e8a5293be4891c43b251716496c885f392 (patch) | |
tree | 1321ede65bf7a721bb6dfb0011d4088550aad4f2 | |
parent | cb86cc33e546ddcc5544ce5cc24f29371d5a1ca9 (diff) | |
download | bootsplash-50d181e8a5293be4891c43b251716496c885f392.tar bootsplash-50d181e8a5293be4891c43b251716496c885f392.tar.gz bootsplash-50d181e8a5293be4891c43b251716496c885f392.tar.bz2 bootsplash-50d181e8a5293be4891c43b251716496c885f392.tar.xz bootsplash-50d181e8a5293be4891c43b251716496c885f392.zip |
also complete on local files
-rw-r--r-- | rpmbuildupdate.bash-completion | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/rpmbuildupdate.bash-completion b/rpmbuildupdate.bash-completion index 216e118..4efb285 100644 --- a/rpmbuildupdate.bash-completion +++ b/rpmbuildupdate.bash-completion @@ -43,6 +43,7 @@ _rpmbuildupdate() COMPREPLY=( $( eval command ls "$rpmpath" 2>/dev/null | \ sed -ne 's|^\('$cur'.*\)-[0-9a-zA-Z._]\+-[0-9a-z.@]\+\.src\.rpm$|\1|p' ) ) fi + _filedir fi } complete -F _rpmbuildupdate $filenames rpmbuildupdate |