mirror of
https://github.com/mirror/make.git
synced 2025-01-27 12:51:07 +08:00
* Fix escaping from perl to the shell.
This commit is contained in:
parent
a63f51340b
commit
3c83c469e4
@ -155,7 +155,7 @@ sub set_more_defaults
|
||||
# Find the full pathname of Make. For DOS systems this is more
|
||||
# complicated, so we ask make itself.
|
||||
|
||||
$make_path = `sh -c 'echo "all:;\@echo \$(MAKE)" | $make_path -f-'`;
|
||||
$make_path = `sh -c 'echo "all:;\@echo \\\$(MAKE)" | $make_path -f-'`;
|
||||
chop $make_path;
|
||||
print "Make\t= `$make_path'\n" if $debug;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user