]> git.immae.eu Git - github/wallabag/wallabag.git/commitdiff
Ensure ENV is well defined when using make
authorJeremy Benoist <jeremy.benoist@gmail.com>
Mon, 13 Jan 2020 13:26:10 +0000 (14:26 +0100)
committerJeremy Benoist <jeremy.benoist@gmail.com>
Mon, 13 Jan 2020 13:26:10 +0000 (14:26 +0100)
This command should fail before calling other commands (which will fail to because the environment is wrong):

```
ENV=toto make install
```


No differences found