Skip to content

Conversation

@tisaac
Copy link
Contributor

@tisaac tisaac commented Jul 29, 2025

closes #21

SHELL is set by default, so SHELL ?= xxx has no effect.

Using SHELL = /usr/bin/env bash still has the desired effect of allowing the variable to be overwritten on the command line, e.g.

$ make cmd SHELL=zsh

will work.

`SHELL` is set by default, so `SHELL ?= xxx` has no effect.

Using `SHELL = /usr/bin/env bash` still has the desired effect of
allowing the variable to be overwritten on the command line, e.g.

```
$ make cmd SHELL=zsh
```

will work.
@tisaac tisaac self-assigned this Jul 29, 2025
@tisaac tisaac added the bug Something isn't working label Jul 29, 2025
@tisaac tisaac requested a review from Jacobfaib July 29, 2025 18:09
@tisaac tisaac merged commit 1f03e9f into nv-legate:main Jul 29, 2025
4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

bug Something isn't working

Projects

None yet

Development

Successfully merging this pull request may close these issues.

export SHELL ?= /usr/bin/env bash does not work

2 participants