From d05529cc322ba9198edc12954b982729fc628fa0 Mon Sep 17 00:00:00 2001 From: Michael Opdenacker Date: Fri, 19 Nov 2021 19:50:25 +0100 Subject: bitbake-user-manual: add missing reference Signed-off-by: Michael Opdenacker Signed-off-by: Richard Purdie --- doc/bitbake-user-manual/bitbake-user-manual-execution.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc') diff --git a/doc/bitbake-user-manual/bitbake-user-manual-execution.rst b/doc/bitbake-user-manual/bitbake-user-manual-execution.rst index a4b1efbe8..7b37f6615 100644 --- a/doc/bitbake-user-manual/bitbake-user-manual-execution.rst +++ b/doc/bitbake-user-manual/bitbake-user-manual-execution.rst @@ -435,7 +435,7 @@ BitBake writes a shell script to executes the script. The generated shell script contains all the exported variables, and the shell functions with all variables expanded. Output from the shell script goes to the file -``${T}/log.do_taskname.pid``. Looking at the expanded shell functions in +``${``\ :term:`T`\ ``}/log.do_taskname.pid``. Looking at the expanded shell functions in the run file and the output in the log files is a useful debugging technique. -- cgit 1.2.3-korg