|
From: | Paul D. Smith |
Subject: | [bug #56449] job.c (construct_command_argv_internal): Must use shell if '%' character is present in recipe line |
Date: | Wed, 28 Aug 2019 14:47:13 -0400 (EDT) |
User-agent: | Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/76.0.3809.132 Safari/537.36 |
Follow-up Comment #3, bug #56449 (project make): I wasn't thinking about % as an escape character so much as a variable introduction character. But I keep forgetting that variable expansion in Windows works very differently than in POSIX. I was assuming that: all: ; argv1 %Path% would need to use command.com to ensure that %Path% was expanded. But maybe that's not correct on Windows. _______________________________________________________ Reply to this item at: <https://savannah.gnu.org/bugs/?56449> _______________________________________________ Message sent via Savannah https://savannah.gnu.org/
[Prev in Thread] | Current Thread | [Next in Thread] |