More batch-mode fixes to handle redos properly (and without hanging).
[rsync/rsync.git] / packaging / bin / gpg
CommitLineData
798a9e4e
WD
1#!/bin/sh -e
2# This script gets git to run gpg with a --passphrase-file option.
3
4PATH=`echo $PATH | sed 's/^[^:]*://'`
5
6gpg --batch --passphrase-file=$GPG_PASSFILE "${@}"