mirror of
https://github.com/dynup/kpatch
synced 2025-01-02 18:52:02 +00:00
865a9e2c71
shellcheck 0.4.7 reported the following errors: [ "$1" = "$(echo -e "$1\n$2" | sort -rV | head -n1)" ] ^-- SC1117: Backslash is literal in "\n". Prefer explicit escaping: "\\n". grepname="$grepname\.o" ^-- SC1117: Backslash is literal in "\.". Prefer explicit escaping: "\\.". grep "undefined reference" "$LOGFILE" | sed -r "s/^.*\`(.*)'$/\1/" \ ^-- SC1117: Backslash is literal in "\1". Prefer explicit escaping: "\\1". Signed-off-by: Simon Ruderich <simon@ruderich.org> |
||
---|---|---|
.. | ||
gcc-plugins | ||
insn | ||
create-diff-object.c | ||
create-klp-module.c | ||
create-kpatch-module.c | ||
kpatch-build | ||
kpatch-elf.c | ||
kpatch-elf.h | ||
kpatch-gcc | ||
kpatch-intermediate.h | ||
list.h | ||
log.h | ||
lookup.c | ||
lookup.h | ||
Makefile |