From 9e7032749477dc00bcb46c125073f7512cc5f50c Mon Sep 17 00:00:00 2001 From: Ciro Santilli Date: Thu, 23 Aug 2018 10:16:18 +0100 Subject: [PATCH] readme: getvar vmlinux refactor --- README.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.adoc b/README.adoc index 65f688d..7fbc047 100644 --- a/README.adoc +++ b/README.adoc @@ -5267,7 +5267,7 @@ Notes: It can be found from: + .... -./runtc readelf -e "$(./getvar build_dir)"/linux-*/vmlinux | grep Entry +./runtc readelf -e "$(./getvar vmlinux)" | grep Entry .... + TODO confirm further. If I try to break there with: