[tor-bugs] #10496 [Website]: mkdir -p is better than just mkdir in the documentation
Tor Bug Tracker & Wiki
blackhole at torproject.org
Fri Dec 27 09:46:19 UTC 2013
#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
More information about the tor-bugs
mailing list