simon-git: putty (main): Simon Tatham

Commits to Tartarus hosted VCS tartarus-commits at lists.tartarus.org
Wed May 25 23:06:05 BST 2022


TL;DR:
  b3e2c3ec Buildscr: fix escaping in version.but.

Repository:     https://git.tartarus.org/simon/putty.git
On the web:     https://git.tartarus.org/?p=simon/putty.git
Branch updated: main
Committer:      Simon Tatham <anakin at pobox.com>
Date:           2022-05-25 23:06:05

commit b3e2c3eccc7b5db829732a921f70edc2c6f8d9ce
web diff https://git.tartarus.org/?p=simon/putty.git;a=commitdiff;h=b3e2c3eccc7b5db829732a921f70edc2c6f8d9ce;hp=3af153b6fb2b506169ed8acdc128cb8d18affbdf
Author: Simon Tatham <anakin at pobox.com>
Date:   Wed May 25 22:55:56 2022 +0100

    Buildscr: fix escaping in version.but.
    
    In the echo "\\versionid foo" statement, the double \ turns into a
    single \ during dash's expansion phase, and the remaining '\v' turns
    into a vertical tab when dash's 'echo' builtin processes it. We need
    twice as many \ to generate a literal \ in the actual output.

 Buildscr | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)



More information about the tartarus-commits mailing list