projects
/
platform
/
upstream
/
make.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f7598ef
)
Preserve the backslash that's printed by echo.
author
Paul Smith
<psmith@gnu.org>
Mon, 29 Aug 2005 18:45:31 +0000
(18:45 +0000)
committer
Paul Smith
<psmith@gnu.org>
Mon, 29 Aug 2005 18:45:31 +0000
(18:45 +0000)
tests/scripts/functions/eval
patch
|
blob
|
history
diff --git
a/tests/scripts/functions/eval
b/tests/scripts/functions/eval
index
9595d4e
..
6f02a7a
100644
(file)
--- a/
tests/scripts/functions/eval
+++ b/
tests/scripts/functions/eval
@@
-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');