enable shellcheck

Make minor fixes to the shellcheck errors reported by .build.sh
and enable shellcheck in CI.

Signed-off-by: Patrick Williams <patrick@stwcx.xyz>
Change-Id: I36163bb48ce984371e808937bc64767535ff9e63
2 files changed
tree: 9a287787fbfc6b6bbac1b93c80b07a59fa44925e
  1. .build.sh
  2. .shellcheck
  3. .travis.yml
  4. bootstrap.sh
  5. btbridged.c
  6. btbridged.service
  7. configure.ac
  8. LICENSE
  9. MAINTAINERS
  10. Makefile.am
  11. org.openbmc.HostIpmi.conf
  12. README.md
README.md

To Build

To build this package, do the following steps:

    1. ./bootstrap.sh
    2. ./configure ${CONFIGURE_FLAGS}
    3. make

To full clean the repository again run `./bootstrap.sh clean`.