bug-make
[Top][All Lists]
Advanced

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

[bug #61309] Bad rule evaluation when SHELL variable contains environmen


From: nervo
Subject: [bug #61309] Bad rule evaluation when SHELL variable contains environment variables
Date: Fri, 2 Sep 2022 07:55:20 -0400 (EDT)

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

Have you tried to prefix SHELL command with `env` ?

SHELL = env FOO=BAR sh

```
all:
        @echo hello \
        world
```

It seems to work around the issue :)


    _______________________________________________________

Reply to this item at:

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

_______________________________________________
Message posté via Savannah
https://savannah.gnu.org/




reply via email to

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