Some more improvements for the packaging/release-rsync script:
[rsync/rsync.git] / packaging / bin / gpg
1 #!/bin/sh -e
2 # This script gets git to run gpg with a --passphrase-file option.
3
4 PATH=`echo $PATH | sed 's/^[^:]*://'`
5
6 gpg --batch --passphrase-file=$GPG_PASSFILE "${@}"