Return to gpg CVS log | Up to [ELWIX - Embedded LightWeight unIX -] / embedaddon / rsync / packaging / bin |
1.1 ! misho 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 "${@}"