diff options
author | Cem Keylan <cem@ckyln.com> | 2020-09-08 02:27:39 +0300 |
---|---|---|
committer | Cem Keylan <cem@ckyln.com> | 2020-09-08 02:27:39 +0300 |
commit | 3bddb738f6cee76d172d14a3730879c0da1af4b5 (patch) | |
tree | 3ae3562d019a5871d90aaad1276ab885ea134915 | |
parent | 471bcbe2a1b2fb927286bac997ef4e7647b619a9 (diff) | |
download | repository-3bddb738f6cee76d172d14a3730879c0da1af4b5.tar.gz |
git: add shellcheck ignore
-rwxr-xr-x | extra/git/build | 2 |
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 |