Skip to content

Commit

Permalink
Fix shellcheck warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
edannenberg committed Jul 16, 2019
1 parent e9ab9fb commit b5cc5eb
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 0 additions & 1 deletion engine/docker/bob-core/build-root.sh
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@ declare _keep_headers _keep_static_libs _headers_from _static_libs_from _iconv_f
readonly _LIB="$(portageq envvar LIBDIR_$(portageq envvar ARCH))"
readonly _EMERGE_ROOT="/emerge-root"
readonly _CONFIG="/config"
readonly _CONFIG_TMP="${_CONFIG}/tmp"
readonly _ROOTFS_BACKUP="/backup-rootfs"
readonly _PACKAGE_INSTALLED="${_ROOTFS_BACKUP}/package.installed"
readonly _DOC_PACKAGE_INSTALLED="${_ROOTFS_BACKUP}/doc.package.installed"
Expand Down
1 change: 1 addition & 0 deletions kubler.sh
Original file line number Diff line number Diff line change
Expand Up @@ -201,6 +201,7 @@ function main() {
readonly BOB_IS_DEBUG='true'
set -x
else
# shellcheck disable=SC2034
readonly BOB_IS_DEBUG='false'
fi

Expand Down

0 comments on commit b5cc5eb

Please sign in to comment.