diff options
Diffstat (limited to 'src/password-store.sh')
-rwxr-xr-x | src/password-store.sh | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/password-store.sh b/src/password-store.sh index dfd59fe..701a750 100755 --- a/src/password-store.sh +++ b/src/password-store.sh @@ -572,7 +572,6 @@ cmd_git() { git config --local diff.gpg.textconv "$GPG -d ${GPG_OPTS[*]}" elif [[ -d $GIT_DIR ]]; then tmpdir nowarn #Defines $SECURE_TMPDIR. We don't warn, because at most, this only copies encrypted files. - trap "rm -rf '$SECURE_TMPDIR'" INT TERM EXIT export TMPDIR="$SECURE_TMPDIR" git "$@" else |