File gnupg-addon.dif of Package gpgaddon
--- gpg-compat +++ gpg-compat 2001/10/01 14:26:54 @@ -1,5 +1,5 @@ #!/bin/bash # Wrapper for gnupg which loads the IDEA and RSA modules for # PGP2 compatibility -#exec /usr/bin/gpg --load-extension rsa --load-extension idea --allow-non-selfsigned-uid $* -exec /usr/bin/gpg --load-extension idea --allow-non-selfsigned-uid $* +#exec /usr/bin/gpg --load-extension rsa --load-extension idea --allow-non-selfsigned-uid "$@" +exec /usr/bin/gpg --load-extension idea --allow-non-selfsigned-uid "$@"