1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-21 11:13:30 +00:00
freebsd/tools
Jilles Tjoelker fa0951d63a sh: Fix corruption of command substitutions with special chars after newline
The CTLESC byte to protect a special character was output before instead of
after a newline directly preceding the special character.

The special handling of newlines is because command substitutions discard
all trailing newlines.
2010-12-16 23:28:20 +00:00
..
build Document two more ways to find duplicates in the obsolete file list. 2010-12-04 11:40:40 +00:00
debugscripts
diag
kerneldoc
KSE
LibraryReport
regression sh: Fix corruption of command substitutions with special chars after newline 2010-12-16 23:28:20 +00:00
sched
test
tools o Mount the device async when we're doing the copy. 2010-12-03 07:39:29 +00:00
install.sh
make_libdeps.sh
README

$FreeBSD$

This directory tree contains tools used for the maintenance and
testing of FreeBSD.  There is no toplevel Makefile structure since
these tools are not meant to be built as part of the standard system,
though there may be individual Makefiles in some of the subdirs.

Please read the README files in the subdirs for further information.