freebsd-ports/mail/pine4/files/pgpencrypt
Steve Price 7badbbe2b3 Honor PREFIX setting.
PR:		15120
Submitted by:	Matt Behrens <matt@zigg.com>
1999-12-23 15:35:19 +00:00

11 lines
302 B
Bash

#!/bin/sh
# ---------- pgpencrypt ---------
# 21.03.96 Roland Rosenfeld <roland@spinnaker.rhein.de>
# Wed 16 Sep 1998 23:46:43 WST Anthony Di Pietro <anthony@dino.omen.com.au>
# Modified to work with both PGP v2 and PGP v5.
if [ -x @@PREFIX@@/bin/pgpe ]
then
pgpe -s -a -r $*
else
pgp -feast $*
fi