diff options
author | Pierre Labastie <pieere@linuxfromscratch.org> | 2020-04-20 07:23:56 +0000 |
---|---|---|
committer | Pierre Labastie <pieere@linuxfromscratch.org> | 2020-04-20 07:23:56 +0000 |
commit | 0b403eb32843989291e6ba83905e38379a12d57a (patch) | |
tree | 66842b76e4d7a4bc1c204a192abe09c81d98dab0 /chapter06 | |
parent | effe07a910c6d737878b3a73715d5442ff4b06a6 (diff) |
Remove a spurious <space> at the end of a line
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@11818 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06')
-rw-r--r-- | chapter06/util-linux.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chapter06/util-linux.xml b/chapter06/util-linux.xml index b14c19405..6374ced52 100644 --- a/chapter06/util-linux.xml +++ b/chapter06/util-linux.xml @@ -112,7 +112,7 @@ rm -vf /usr/lib/pkgconfig/{blkid,fdisk,mount,uuid}.pc</userinput></screen> coverage, other BLFS packages must be installed. If desired, this test can be run after rebooting into the completed LFS system and running:</para> -<screen role="nodump"><userinput>bash tests/run.sh --srcdir=$PWD --builddir=$PWD</userinput></screen> +<screen role="nodump"><userinput>bash tests/run.sh --srcdir=$PWD --builddir=$PWD</userinput></screen> </warning> <screen><userinput remap="test">chown -Rv nobody . |