[Bash-completion-commits] ./current r1175: Bogus completion when mounting subdirs fixed (Closes: #322238)

David Paleino d.paleino at gmail.com
Sat Sep 6 16:12:52 UTC 2008


------------------------------------------------------------
revno: 1175
committer: David Paleino <d.paleino at gmail.com>
branch nick: current
timestamp: Sat 2008-09-06 18:12:52 +0200
message:
  Bogus completion when mounting subdirs fixed (Closes: #322238)
modified:
  bash_completion
  debian/changelog
-------------- next part --------------
=== modified file 'bash_completion'
--- a/bash_completion	2008-09-06 14:59:47 +0000
+++ b/bash_completion	2008-09-06 16:12:52 +0000
@@ -764,7 +764,7 @@
 
 	return 0
 }
-complete -F _mount $default $filenames mount
+complete -F _mount $default $dirnames mount
 
 # Linux rmmod(8) completion. This completes on a list of all currently
 # installed kernel modules.

=== modified file 'debian/changelog'
--- a/debian/changelog	2008-09-06 14:59:47 +0000
+++ b/debian/changelog	2008-09-06 16:12:52 +0000
@@ -12,9 +12,10 @@
   * Added .oga, .ogv, .ogx to mplayer completion (Closes: #496162)
   * Added .epub to unzip|zipinfo completion (Closes: #492476)
   * Added ssh-copy-id completion (Closes: #491856)
+  * Bogus completion when mounting subdirs fixed (Closes: #322238)
   * debian/links fixed (Closes: #494292)
 
- -- David Paleino <d.paleino at gmail.com>  Sat, 06 Sep 2008 16:59:19 +0200
+ -- David Paleino <d.paleino at gmail.com>  Sat, 06 Sep 2008 18:12:16 +0200
 
 bash-completion (20080705) unstable; urgency=low
 



More information about the Bash-completion-commits mailing list