Format fix

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@24304 af4574ff-66df-0310-9fd7-8a98e5e911e0
This commit is contained in:
Pierre Labastie 2021-02-25 20:32:06 +00:00
parent a57b4431bc
commit 1bd137226f

View File

@ -309,8 +309,7 @@ EOF</userinput></screen>
added security measure issue the following command:
</para>
<screen><userinput>
sed -e 's/Disable/Enable/' \
<screen><userinput>sed -e 's/Disable/Enable/' \
-e '/^MOZ_REQUIRE_SIGNING/s/0/1/' \
-i build/mozconfig.common</userinput></screen>