patch-src_gen-lock-obj_sh 314 B

1234567891011
  1. --- libgpg-error-1.42.orig/src/gen-lock-obj.sh 2021-03-04 11:05:29.000000000 +0100
  2. +++ libgpg-error-1.42/src/gen-lock-obj.sh 2021-09-17 16:43:42.304505465 +0200
  3. @@ -38,7 +38,7 @@
  4. # AWK=gawk ./gen-lock-obj.sh
  5. #
  6. -if test -n `echo -n`; then
  7. +if test -n "`echo -n`"; then
  8. ECHO_C='\c'
  9. ECHO_N=''
  10. else