<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN">
<html><body style='font-family: Verdana,Geneva,sans-serif'>
<p> </p>
<p>Hello,</p>
<p>Just for the record, I've been using pass with this patch without any (apparent) issue.</p>
<p>But, as you said, Brian will help us here!</p>
<p>Thanks,</p>
<p>Samuel</p>
<p>On 2015-05-11 13:51, Jason A. Donenfeld wrote:</p>
<blockquote type="cite" style="padding-left:5px; border-left:#1010ff 2px solid; margin-left:5px; width:100%"><!-- html ignored --><!-- head ignored --><!-- meta ignored -->
<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><<a href="mailto:samuel.lethiec@intelunix.fr">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: #cccccc; 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><span style="color: #888888;"><br /> -- <br /> 2.1.0<br /><br /> _______________________________________________<br /> Password-Store mailing list<br /><a href="mailto:Password-Store@lists.zx2c4.com">Password-Store@lists.zx2c4.com</a><br /><a href="http://lists.zx2c4.com/mailman/listinfo/password-store">http://lists.zx2c4.com/mailman/listinfo/password-store</a><br /></span></span></blockquote>
</div>
<br /><br clear="all" />
<div> </div>
</div>
</div>
</blockquote>
<p> </p>
<div> </div>
</body></html>