aboutsummaryrefslogtreecommitdiff
path: root/extra
diff options
context:
space:
mode:
authorCem Keylan <cem@ckyln.com>2020-09-08 02:27:39 +0300
committerCem Keylan <cem@ckyln.com>2020-09-08 02:27:39 +0300
commit3bddb738f6cee76d172d14a3730879c0da1af4b5 (patch)
tree3ae3562d019a5871d90aaad1276ab885ea134915 /extra
parent471bcbe2a1b2fb927286bac997ef4e7647b619a9 (diff)
downloadrepository-3bddb738f6cee76d172d14a3730879c0da1af4b5.tar.gz
git: add shellcheck ignore
Diffstat (limited to 'extra')
-rwxr-xr-xextra/git/build2
1 files changed, 1 insertions, 1 deletions
diff --git a/extra/git/build b/extra/git/build
index b9547c4b..9d6637cc 100755
--- a/extra/git/build
+++ b/extra/git/build
@@ -38,7 +38,7 @@ for obj in http http-walker; do
"${CC:=cc}" $CFLAGS -c "$obj.c"
done
-# shellcheck disable=2086
+# shellcheck disable=2086,2046
"$CC" -static $CFLAGS -o "$1/usr/libexec/git-core/git-remote-http" remote-curl.c http.o http-walker.o libgit.a common-main.o xdiff/lib.a $(pkg-config --static --libs zlib libcurl)
for remote in https ftp ftps; do