23:10 |
hapax |
PeterL: tried playing with your v implementation, but before could even begin i noticed litmus.sh couldn't process your seals, gpg --verify did just fine |
23:10 |
hapax |
my first thought was something broke when making it posix-compatible |
23:11 |
hapax |
but then i realized your signature headers were longer (guess you used some newer gpg?) |
23:11 |
hapax |
the culprit was the busybox xxd(1) implementation, lines 279 and 291, -p essentialy truncates to 30 cols unless set manually with -c |
23:12 |
hapax |
re v itself: is there a particular reason you used unix patch(1) instead of phf's vpatch from his vtools? i believe the risk is the same as with the xxd in litmus.sh |
23:12 |
hapax |
asciilifeform: you may find the xxd case interesting, guess it's another reason why shellscripting is a bad idea in general |