<div dir="ltr"><div class="gmail_extra"><br><br><div class="gmail_quote">On Sat, Apr 19, 2014 at 8:13 PM, Von Welch <span dir="ltr"><<a href="mailto:von@vwelch.com" target="_blank">von@vwelch.com</a>></span> wrote:<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">
<div dir="ltr"><div class="gmail_extra"><div class="gmail_quote"><div>Sounds reasonable to me.</div><div><br></div><div>I think what I have is good enough to let me test and I'll see if someone else wants to take on rebuilding the make system.</div>
</div></div></div></blockquote><div><br></div><div>There will be no "rebuilding the make system" of any kind. I've committed a patch that addresses your issue:</div><div><a href="http://git.zx2c4.com/password-store/commit/?id=78098bab96c0228d700978492152ba3c2a872d2b">http://git.zx2c4.com/password-store/commit/?id=78098bab96c0228d700978492152ba3c2a872d2b</a><br>
</div><div> </div><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"><div dir="ltr"><div class="gmail_extra">
<div class="gmail_quote"><div>Hmm, it does work, but for some reason returns a non-zero exit status. Some minor bug I assume.</div></div></div></div></blockquote><div><br></div><div>Interesting. The relevant lines for that are:</div>
<div><br></div><div><div>                local password</div><div>                read -r -p "Enter password for $path: " -e password</div><div>                $GPG -e "${GPG_RECIPIENT_ARGS[@]}" -o "$passfile" $GPG_OPTS <<<"$password"</div>
<div>        fi</div><div>        git_add_file "$passfile" "Added given password for $path to store."</div></div><div><br></div><div>I wonder why there'd be an issue...</div></div></div></div>