mirror of
https://git.savannah.gnu.org/git/make.git
synced 2024-11-25 12:37:04 +00:00
Preserve the backslash that's printed by echo.
This commit is contained in:
parent
f7598efb67
commit
0ffd22cb44
1 changed files with 2 additions and 2 deletions
|
@ -149,11 +149,11 @@ $(eval $(FOO))
|
|||
|
||||
run_make_test('
|
||||
define FOO
|
||||
all: ; @echo he\llo
|
||||
all: ; @echo '."'".'he\llo'."'".'
|
||||
@echo world
|
||||
endef
|
||||
$(eval $(FOO))
|
||||
', '', 'hello
|
||||
', '', 'he\llo
|
||||
world');
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue