summaryrefslogtreecommitdiff
path: root/packaging/bin/gpg
blob: e5d8f4767829220700bb2c07baa1f36cd141fe7c (plain)
1
2
3
4
5
6
#!/bin/sh -e
# This script gets git to run gpg with a --passphrase-file option.

PATH=`echo $PATH | sed 's/^[^:]*://'`

gpg --batch --passphrase-file=$GPG_PASSFILE "${@}"