diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2021-09-20 11:22:13 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2021-10-22 19:40:13 +0200 |
commit | 080d842693cad0a16989c9db0cce4ca17fdff320 (patch) | |
tree | fcb66b4715927b13b45d03abe92b86bd55b84bb4 /package/libgpg-error/patches/patch-src_gen-lock-obj_sh | |
parent | 421130c9ba8cd58d3ddf4f5097012046869662f5 (diff) |
gnupg2: update and all deps
Diffstat (limited to 'package/libgpg-error/patches/patch-src_gen-lock-obj_sh')
-rw-r--r-- | package/libgpg-error/patches/patch-src_gen-lock-obj_sh | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/package/libgpg-error/patches/patch-src_gen-lock-obj_sh b/package/libgpg-error/patches/patch-src_gen-lock-obj_sh new file mode 100644 index 000000000..04961a5ff --- /dev/null +++ b/package/libgpg-error/patches/patch-src_gen-lock-obj_sh @@ -0,0 +1,11 @@ +--- libgpg-error-1.42.orig/src/gen-lock-obj.sh 2021-03-04 11:05:29.000000000 +0100 ++++ libgpg-error-1.42/src/gen-lock-obj.sh 2021-09-17 16:43:42.304505465 +0200 +@@ -38,7 +38,7 @@ + # AWK=gawk ./gen-lock-obj.sh + # + +-if test -n `echo -n`; then ++if test -n "`echo -n`"; then + ECHO_C='\c' + ECHO_N='' + else |