Should fix master travis failures
[verify-commits] Fix gpg.sh's echoing for commits with '\n' #11834
pull TheBlueMatt wants to merge 1 commits into bitcoin:master from TheBlueMatt:2017-12-verify-commits-fix changing 1 files +5 −5-
TheBlueMatt commented at 8:23 PM on December 5, 2017: member
-
[verify-commits] Fix gpg.sh's echoing for commits with '\n' a38686cea0
-
practicalswift commented at 9:08 PM on December 5, 2017: contributor
@TheBlueMatt Trying to understand this fix. Do you have an example
INPUTfor whichecho "$INPUT"would be different fromprintf '%s\n' "$INPUT"? -
TheBlueMatt commented at 9:13 PM on December 5, 2017: member
@practicalswift in dash, echo "\n" is equivalent to echo -e "\n" in bash. printf '%s\n' "\n" always prints \n.
-
practicalswift commented at 9:24 PM on December 5, 2017: contributor
@TheBlueMatt Thanks for the clarification.
utACK a38686cea035e0d480e4ee953b8e40c7f0fa2118
- sipa merged this on Dec 5, 2017
- sipa closed this on Dec 5, 2017
- sipa referenced this in commit 5bea05bc1d on Dec 5, 2017
-
sipa commented at 9:33 PM on December 5, 2017: member
Lightly tested ACK a38686cea035e0d480e4ee953b8e40c7f0fa2118
- PastaPastaPasta referenced this in commit ff97eb6cdf on Jan 17, 2020
- PastaPastaPasta referenced this in commit 6b488f7c85 on Jan 22, 2020
- PastaPastaPasta referenced this in commit fa6a6a3de0 on Jan 22, 2020
- PastaPastaPasta referenced this in commit 821e6b8ca9 on Jan 29, 2020
- PastaPastaPasta referenced this in commit 81fe240016 on Jan 29, 2020
- PastaPastaPasta referenced this in commit 152f271f61 on Jan 29, 2020
- PastaPastaPasta referenced this in commit f32949fa91 on Jan 30, 2020
- ckti referenced this in commit 0228908e92 on Mar 28, 2021
- DrahtBot locked this on Sep 8, 2021
Contributors