containers / virtcontainers

A Go package for building hardware virtualized container runtimes
Apache License 2.0
139 stars 43 forks source link

`virtcontainers-setup.sh` does not have #!/bin/bash on the first line #640

Closed grahamwhaley closed 6 years ago

grahamwhaley commented 6 years ago

in virtcontainers-setup.sh at https://github.com/containers/virtcontainers/blob/master/utils/virtcontainers-setup.sh#L17 we have the #!/bin/bash down on line 17, when it needs to be on line 0. Fix it!