bug-make
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[bug #60312] echo replaces double quote with backslash


From: Dmitry Goncharov
Subject: [bug #60312] echo replaces double quote with backslash
Date: Tue, 30 Mar 2021 21:18:16 -0400 (EDT)
User-agent: Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.90 Safari/537.36

Follow-up Comment #1, bug #60312 (project make):

Make passes recipies to shell line by line. Shell runs echo.
You can see here
echo 'nospacebefore:"xx"'
nospacebefore:\xx"

The first line is what make passes to shell.
The 2nd line is the result of echo.
Apparently, echo on your system does this.

    _______________________________________________________

Reply to this item at:

  <https://savannah.gnu.org/bugs/?60312>

_______________________________________________
  Сообщение отправлено по Savannah
  https://savannah.gnu.org/




reply via email to

[Prev in Thread] Current Thread [Next in Thread]