1
0
mirror of https://github.com/octoleo/Purse.git synced 2024-06-01 06:00:47 +00:00

Added env variable for safe path

This commit is contained in:
Robert Bollons 2015-07-03 07:27:53 +01:00
parent c3139e4a1e
commit c9b708ab04

2
pwd.sh
View File

@ -7,7 +7,7 @@ set -o nounset
set -o pipefail
gpg=$(which gpg)
safe=pwd.sh.safe
safe=${PWDSH_SAFE:=pwd.sh.safe}
fail () {