On Sat, Apr 19, 2014 at 11:36 PM, Jason A. Donenfeld <[email protected]>wrote:
> > I'm not okay with your solution. I've implemented a viable workaround for > the issue here: > > > http://git.zx2c4.com/password-store/commit/?id=78098bab96c0228d700978492152ba3c2a872d2b > > Simply call src/password-store.sh, and set > PASSWORD_STORE_PLATFORM_FILE="$(dirname "$0")/platform/$(uname | cut -d _ > -f 1 | tr '[:upper:]' '[:lower:]').sh" inside the test harness. > I've now made it even simpler with this commit: http://git.zx2c4.com/password-store/commit/?id=18933a2db9015d2acd669ac879521e02caed0bba Simply call src/password-store.sh. The platform file will automatically be loaded. In other words, you don't need to do anything now.
_______________________________________________ Password-Store mailing list [email protected] http://lists.zx2c4.com/mailman/listinfo/password-store
