File:  [ELWIX - Embedded LightWeight unIX -] / embedaddon / rsync / packaging / bin / gpg
Revision 1.1.1.1 (vendor branch): download - view: text, annotated - select for diffs - revision graph
Fri Feb 17 15:09:30 2012 UTC (12 years, 4 months ago) by misho
Branches: rsync, MAIN
CVS tags: v3_1_2p5, rsync3_0_9p0, RSYNC3_1_0, RSYNC3_0_9, HEAD
rsync

#!/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 "${@}"

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>