<div dir="ltr">I don't really understand things well enough to evaluate this patch. Adding Brian, the original author of the bash completion sriipto this thread; perhaps he can shed some light.<br><div class="gmail_extra"><br><div class="gmail_quote">On Sun, Mar 1, 2015 at 10:25 PM,  <span dir="ltr"><<a href="mailto:samuel.lethiec@intelunix.fr" target="_blank">samuel.lethiec@intelunix.fr</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex">(did not include this patch in the previous as I'm not entirely sure it does not come with some surprise)<br>
<br>
the filenames option was adding trailing slash when we already added one<br>
<br>
---<br>
 src/completion/pass.bash-completion | 2 +-<br>
 1 file changed, 1 insertion(+), 1 deletion(-)<br>
<br>
diff --git a/src/completion/pass.bash-completion b/src/completion/pass.bash-completion<br>
index efd4b70..6f82c8d 100644<br>
--- a/src/completion/pass.bash-completion<br>
+++ b/src/completion/pass.bash-completion<br>
@@ -109,4 +109,4 @@ _pass()<br>
        fi<br>
 }<br>
<br>
-complete -o filenames -o nospace -F _pass pass<br>
+complete -o nospace -F _pass pass<span class=""><font color="#888888"><br>
-- <br>
2.1.0<br>
<br>
_______________________________________________<br>
Password-Store mailing list<br>
<a href="mailto:Password-Store@lists.zx2c4.com" target="_blank">Password-Store@lists.zx2c4.com</a><br>
<a href="http://lists.zx2c4.com/mailman/listinfo/password-store" target="_blank">http://lists.zx2c4.com/mailman/listinfo/password-store</a><br>
</font></span></blockquote></div><br><br clear="all"><div><br></div>
</div></div>