diff options
author | Francis Rowe <info@gluglug.org.uk> | 2015-06-06 22:05:02 (EDT) |
---|---|---|
committer | Francis Rowe <info@gluglug.org.uk> | 2015-06-06 22:05:02 (EDT) |
commit | f94fb1b5226781551051daa3761919346e8c4b3e (patch) | |
tree | 9b0da490373654df8890af8c77e91a3597f3a6cf /docs/archive_old.html | |
parent | 52b05b1595415f60cf8a73931db23cf500f0956b (diff) | |
download | libreboot-f94fb1b5226781551051daa3761919346e8c4b3e.zip libreboot-f94fb1b5226781551051daa3761919346e8c4b3e.tar.gz libreboot-f94fb1b5226781551051daa3761919346e8c4b3e.tar.bz2 |
Replace rm -r with rm -R
Diffstat (limited to 'docs/archive_old.html')
-rw-r--r-- | docs/archive_old.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/archive_old.html b/docs/archive_old.html index 038fb87..2f5d314 100644 --- a/docs/archive_old.html +++ b/docs/archive_old.html @@ -203,7 +203,7 @@ <li>scripts (all): fix typos</li> <li>Documentation: general cleanup.</li> <li>builddeps-flashrom: reduce build commands to a single for loop</li> - <li>scripts (all): replace unnecessary rm -rf with rm -f</li> + <li>scripts (all): replace unnecessary rm -Rf with rm -f</li> <li>powertop.trisquel7: remove sudo (script already checks if the user is root)</li> <li>docs/release.html: add lenovo g505s to the list of candidates</li> <li>.gitignore: add libreboot_bin.tar.xz and libreboot_src.tar.xz</li> @@ -575,7 +575,7 @@ <li>'buildrom-withgrub' script: updated it to create 2 sets of ROMs for each machine: one with text-mode, one with coreboot framebuffer.</li> <li>Documentation: updated index.html#rom to reflect the above</li> <li>Deleted unused README and COPYING file from main directory</li> - <li>Removed some rm -rf .git* instructions from the get* scripts and moved them to build-release script</li> + <li>Removed some rm -Rf .git* instructions from the get* scripts and moved them to build-release script</li> <li> Split up default grub.cfg into 6 parts: extra/{common.cfg,txtmode.cfg,vesafb.cfg} and menuentries/{common.cfg,txtmode.cfg,vesafb.cfg} <ul> |