---
src/password-store.sh | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/src/password-store.sh b/src/password-store.sh
index ddedebd..c33a89d 100755
--- a/src/password-store.sh
+++ b/src/password-store.sh
@@ -123,6 +123,10 @@ reencrypt_path() {
# BEGIN platform definable
#
+if [[ $(readlink $(which mkdir)) = "busybox" ]]; then
+ export PATH=/usr/bin/gnu:$PATH
+fi
+
clip() {
# This base64 business is a disgusting hack to deal with newline
inconsistancies
# in shell. There must be a better way to deal with this, but because
I'm a dolt,
--
1.7.10.4
_______________________________________________
Password-Store mailing list
[email protected]
http://lists.zx2c4.com/mailman/listinfo/password-store