erlware / relx

Sane, simple release creation for Erlang
http://erlware.github.io/relx
Apache License 2.0
697 stars 232 forks source link

Cosmetic change: Omit redundant foreground flag #807

Closed weiss closed 4 years ago

weiss commented 4 years ago

The -noinput flag implies -noshell, so specifying both will result in argument lists with duplicated -noshell flags.

tsloughter commented 4 years ago

Sorry I forgot about this. Thanks for the PR!

You are right, this is redundant.

@ferd pinging you just in case there is anything weird with Windows or old shell that could require both to be given.

ferd commented 4 years ago

Not that I'm aware of. That should be good to go if it works on one OS