From f196c39e26f58a561f5c127cba0734f488612c5c Mon Sep 17 00:00:00 2001 From: Andreas Baumann Date: Sat, 17 Feb 2018 09:57:35 +0100 Subject: fixed all shellcheck bugs --- create_gcc-lib_shim.sh | 2 ++ 1 file changed, 2 insertions(+) (limited to 'create_gcc-lib_shim.sh') diff --git a/create_gcc-lib_shim.sh b/create_gcc-lib_shim.sh index a741809..70e4d9c 100755 --- a/create_gcc-lib_shim.sh +++ b/create_gcc-lib_shim.sh @@ -1,5 +1,6 @@ #!/bin/sh +# shellcheck source=./default.conf . "./default.conf" # the gcc-lib shim @@ -35,6 +36,7 @@ arch = $TARGET_CPU EOF cd pkg/gcc-libs-shim || exit 1 + # shellcheck disable=SC2035 tar cJvf - .PKGINFO * | xz > ../../gcc-libs-shim-7.2.0-1-$TARGET_CPU.pkg.tar.xz cd ../.. || exit 1 -- cgit v1.2.3-54-g00ecf