From 3bddb738f6cee76d172d14a3730879c0da1af4b5 Mon Sep 17 00:00:00 2001 From: Cem Keylan Date: Tue, 8 Sep 2020 02:27:39 +0300 Subject: git: add shellcheck ignore --- extra/git/build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'extra') 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 -- cgit v1.2.3