Change an unqualified 'rm -rf *' to the better practice of giving a
path.
This commit is contained in:
parent
d37103ffd4
commit
1b7bcd27e5
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=46231
1 changed files with 2 additions and 3 deletions
|
@ -1423,9 +1423,8 @@ Script started, output file is /var/tmp/mw.out</screen>
|
|||
some dependency headaches, remove this directory if it
|
||||
already exists:</para>
|
||||
|
||||
<screen>&prompt.root; <userinput>cd /usr/obj</userinput>
|
||||
&prompt.root; <userinput>chflags -R noschg *</userinput>
|
||||
&prompt.root; <userinput>rm -rf *</userinput></screen>
|
||||
<screen>&prompt.root; <userinput>chflags -R noschg /usr/obj/*</userinput>
|
||||
&prompt.root; <userinput>rm -rf /usr/obj</userinput></screen>
|
||||
</step>
|
||||
|
||||
<step>
|
||||
|
|
Loading…
Reference in a new issue