diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2017-10-31 09:47:55 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2017-10-31 13:52:49 +0000 |
commit | 7344a1249dae6e939e1af674432113a582b75cfe (patch) | |
tree | 3c0a2120c15fc9c68b392c4f13e6170ef2edb34f /main/gpgme/fix-bashism.patch | |
parent | c6f84b3a9763905978b2ca404b2deb1bb94ce65f (diff) | |
download | aports-7344a1249dae6e939e1af674432113a582b75cfe.tar.bz2 aports-7344a1249dae6e939e1af674432113a582b75cfe.tar.xz |
main/gpgme: modernize, split gpgmepp, enable tests
Diffstat (limited to 'main/gpgme/fix-bashism.patch')
-rw-r--r-- | main/gpgme/fix-bashism.patch | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/main/gpgme/fix-bashism.patch b/main/gpgme/fix-bashism.patch new file mode 100644 index 0000000000..19508c96eb --- /dev/null +++ b/main/gpgme/fix-bashism.patch @@ -0,0 +1,10 @@ +diff --git a/tests/gpg/pinentry b/tests/gpg/pinentry +index 3b99726..b12caae 100755 +--- a/tests/gpg/pinentry ++++ b/tests/gpg/pinentry +@@ -1,4 +1,4 @@ +-#! /bin/bash ++#! /bin/sh + # Dummy pinentry + # + # Copyright 2008 g10 Code GmbH |