commit 3bddb738f6cee76d172d14a3730879c0da1af4b5
parent 471bcbe2a1b2fb927286bac997ef4e7647b619a9
Author: Cem Keylan <cem@ckyln.com>
Date: Tue, 8 Sep 2020 02:27:39 +0300
git: add shellcheck ignore
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git 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