Skip to content

Commit

Permalink
Try more backslashes, no quotes
Browse files Browse the repository at this point in the history
  • Loading branch information
mwilliamson committed Nov 11, 2023
1 parent cac9a10 commit abce4ff
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tmp/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,5 @@ build:
which sed
sed --version
printf '%s\n' 's/\\/\\\\/g'
echo 1 | 'C:\Program Files\Git\usr\bin\sed.exe' --debug -e s/\\\\/\\\\\\\\/g
echo 1 | 'C:\Program Files\Git\usr\bin\sed.exe' --debug -e 's/\\/\\\\/g'

0 comments on commit abce4ff

Please sign in to comment.