mirror of https://github.com/dynup/kpatch
test/difftree.sh: Remove unused variable
Shellcheck reports VMVLINUX is unused. Also it seems to has a typo in the name. Lets remove it. Signed-off-by: Julien Thierry <jthierry@redhat.com>
This commit is contained in:
parent
857f892407
commit
22d1046412
|
@ -17,7 +17,6 @@ OBJDIR="$HOME/.kpatch/obj"
|
|||
SCRIPTDIR="$(readlink -f $(dirname $(type -p $0)))"
|
||||
TEMPDIR=$(mktemp -d)
|
||||
RESULTSDIR="$TEMPDIR/results"
|
||||
VMVLINUX="/usr/lib/debug/lib/modules/$(uname -r)/vmlinux" # path for F20
|
||||
|
||||
if [[ ! -d $OBJDIR ]]; then
|
||||
echo "please run kpatch-build to populate the object tree in $OBJDIR"
|
||||
|
|
Loading…
Reference in New Issue