[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
[tor-bugs] #10496 [Website]: mkdir -p is better than just mkdir in the documentation
#10496: mkdir -p is better than just mkdir in the documentation
-------------------------+---------------------
Reporter: daffyduck | Owner:
Type: enhancement | Status: new
Priority: normal | Milestone:
Component: Website | Version:
Keywords: | Actual Points:
Parent ID: | Points:
-------------------------+---------------------
{{{
Hey,
on this page:
https://www.torproject.org/docs/debian.html.en
The command:
mkdir ~/debian-packages; cd ~/debian-packages
Would be better like this, because then it would not generate an error
when the directory already exists from a previous version's build:
mkdir -p ~/debian-packages; cd ~/debian-packages
BR
}}}
--
Ticket URL: <https://trac.torproject.org/projects/tor/ticket/10496>
Tor Bug Tracker & Wiki <https://trac.torproject.org/>
The Tor Project: anonymity online
_______________________________________________
tor-bugs mailing list
tor-bugs@xxxxxxxxxxxxxxxxxxxx
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-bugs