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
1 changed files with 1 additions and 1 deletions

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 () {