diff options
Diffstat (limited to 'chinese/pine4/files/pgpencrypt')
-rw-r--r-- | chinese/pine4/files/pgpencrypt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chinese/pine4/files/pgpencrypt b/chinese/pine4/files/pgpencrypt index 3baa1d2739eb..c1d821479a0c 100644 --- a/chinese/pine4/files/pgpencrypt +++ b/chinese/pine4/files/pgpencrypt @@ -3,7 +3,7 @@ # 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 /usr/local/bin/pgpe ] +if [ -x @@PREFIX@@/bin/pgpe ] then pgpe -s -a -r $* else |