containers / build

another build tool for container images (archived, see https://github.com/rkt/rkt/issues/4024)
Apache License 2.0
342 stars 80 forks source link

script: error if end is detected in a script #289

Closed cgonyeo closed 7 years ago

cgonyeo commented 7 years ago

Fixes https://github.com/containers/build/issues/288

cgonyeo commented 7 years ago

Decided to just make it error out instead of warn, it happens before any work is done so there won't be much time wasted on a user's part when they hit this.