conscript icon indicating copy to clipboard operation
conscript copied to clipboard

[FR] setup.sh always exiting with 1

Open laur89 opened this issue 8 years ago • 0 comments

As conscript/setup.sh always executes cs as the last thing, the script's exit status will be 1, as cs fails due to no args are passed.

I'd like to see either

  • cs execution be removed from the script; or
  • offer setup.sh additional flag for stand-alone execution, to skip cs invocation.

Reasoning: automated install scripts referencing setup.sh report bogus failures.

laur89 avatar Jun 23 '17 16:06 laur89