mirror of
https://git.linuxfromscratch.org/lfs.git
synced 2025-06-18 11:19:19 +01:00
aboutlfs: Fix umask expect output
On a latest LFS system the output is 0022. It seems depending on host shell version.
This commit is contained in:
parent
2aaea1389b
commit
ff4a32ec01
@ -61,7 +61,9 @@
|
||||
|
||||
<screen role="nodump"><userinput>umask</userinput></screen>
|
||||
|
||||
<para>The output should be <computeroutput>022</computeroutput>.</para>
|
||||
<para>The output may be <computeroutput>0022</computeroutput> or
|
||||
<computeroutput>022</computeroutput> (the number of leading zeros depends
|
||||
on the host distro).</para>
|
||||
|
||||
<para>If any output of these two commands is incorrect, use the command
|
||||
given earlier on this page to set <envar>$LFS</envar> to the correct
|
||||
|
Loading…
Reference in New Issue
Block a user