summaryrefslogtreecommitdiff
path: root/create_gcc-lib_shim.sh
diff options
context:
space:
mode:
Diffstat (limited to 'create_gcc-lib_shim.sh')
-rwxr-xr-xcreate_gcc-lib_shim.sh2
1 files changed, 2 insertions, 0 deletions
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