summaryrefslogtreecommitdiff
path: root/create_ca-certificates-utils_shim.sh
diff options
context:
space:
mode:
Diffstat (limited to 'create_ca-certificates-utils_shim.sh')
-rwxr-xr-xcreate_ca-certificates-utils_shim.sh2
1 files changed, 2 insertions, 0 deletions
diff --git a/create_ca-certificates-utils_shim.sh b/create_ca-certificates-utils_shim.sh
index 7f5e8bf..01f75c5 100755
--- a/create_ca-certificates-utils_shim.sh
+++ b/create_ca-certificates-utils_shim.sh
@@ -1,5 +1,6 @@
#!/bin/sh
+# shellcheck source=./default.conf
. "./default.conf"
# the ca-certificates-utils-shim shim
@@ -28,6 +29,7 @@ arch = any
EOF
cd pkg/ca-certificates-utils-shim || exit 1
+ # shellcheck disable=SC2035
tar cJvf - .PKGINFO * | xz > ../../ca-certificates-utils-shim-20170307-1-any.pkg.tar.xz
cd ../.. || exit 1