mirror of
https://github.com/kata-containers/kata-containers.git
synced 2026-05-03 10:39:08 +00:00
tools: Fix shellcheck issues in rootfs_lib.sh
Fix shellcheck warnings and notes identified by running shellcheck --severity=style. Signed-off-by: Fabiano Fidêncio <ffidencio@nvidia.com>
This commit is contained in:
@@ -5,4 +5,6 @@
|
||||
# SPDX-License-Identifier: Apache-2.0
|
||||
|
||||
# NOTE: Re-using ubuntu rootfs lib, see 'ubuntu' folder for details.
|
||||
source ${script_dir}/ubuntu/$LIB_SH
|
||||
# shellcheck disable=SC2154
|
||||
# shellcheck source=/dev/null
|
||||
source "${script_dir}/ubuntu/${LIB_SH}"
|
||||
|
||||
Reference in New Issue
Block a user