summaryrefslogtreecommitdiff
path: root/create_gcc-lib_shim.sh
diff options
context:
space:
mode:
authorAndreas Baumann <mail@andreasbaumann.cc>2018-02-17 09:57:35 +0100
committerAndreas Baumann <mail@andreasbaumann.cc>2018-02-17 09:57:35 +0100
commitf196c39e26f58a561f5c127cba0734f488612c5c (patch)
tree045da57395e4e1b4f71379c7fe78d3f18baa2684 /create_gcc-lib_shim.sh
parentafcf6e9a9d006a2697c92b1069af97708a281a36 (diff)
downloadbootstrap32-f196c39e26f58a561f5c127cba0734f488612c5c.tar.xz
fixed all shellcheck bugs
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