aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/src/password-store.sh
diff options
context:
space:
mode:
authorJason A. Donenfeld <Jason@zx2c4.com>2014-04-19 23:50:42 +0200
committerJason A. Donenfeld <Jason@zx2c4.com>2014-04-19 23:50:42 +0200
commit18933a2db9015d2acd669ac879521e02caed0bba (patch)
treefcbcbdb881201f4984bcf96499c3af0c0ef137d9 /src/password-store.sh
parentplatform: Allow custom platform file before install (diff)
downloadpassword-store-18933a2db9015d2acd669ac879521e02caed0bba.tar.xz
password-store-18933a2db9015d2acd669ac879521e02caed0bba.zip
platform: Auto-detect local platform file
In fact, if we're running from the source directory, just auto-detect the platform file in the first place. Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
Diffstat (limited to '')
-rwxr-xr-xsrc/password-store.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/password-store.sh b/src/password-store.sh
index e350c46..0679942 100755
--- a/src/password-store.sh
+++ b/src/password-store.sh
@@ -177,7 +177,7 @@ tmpdir() {
GETOPT="getopt"
SHRED="shred -f -z"
-source "$PASSWORD_STORE_PLATFORM_FILE" 2>/dev/null
+source "$(dirname "$0")/platform/$(uname | cut -d _ -f 1 | tr '[:upper:]' '[:lower:]').sh" 2>/dev/null # PLATFORM_FUNCTION_FILE
#
# END platform definable