From 25d78ecbd764173db754061abeb275f33f3e35ed Mon Sep 17 00:00:00 2001 From: Bruce Dubbs Date: Mon, 20 Aug 2012 19:01:25 +0000 Subject: Add flex patch to fix regression suite errors. Add PATH to su invocations to ensure /tools/bin is included git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9943 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689 --- chapter06/bash.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'chapter06/bash.xml') diff --git a/chapter06/bash.xml b/chapter06/bash.xml index 06db04163..571427627 100644 --- a/chapter06/bash.xml +++ b/chapter06/bash.xml @@ -89,7 +89,7 @@ Now, run the tests as the nobody user: -su nobody -s /bin/bash -c "make tests" +su nobody -s /bin/bash -c "PATH=$PATH make tests" Install the package: -- cgit v1.2.3-54-g00ecf