1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-23 11:18:54 +00:00
freebsd/tools
Jilles Tjoelker 7b8b6c9c46 sh: Test that . /dev/null returns exit status 0 and does not preserve $?.
Preserving $? may cause problems particularly if set -e is in effect.

It may be useful to preserve the old value of $? in the dot script but this
must not be implemented in such a way that it would break this test.
2011-03-07 23:52:23 +00:00
..
build - Add two more iconv-related files, which were left out from previous commit 2011-02-25 00:10:26 +00:00
debugscripts Fix a couple of typos. 2010-07-30 11:58:18 +00:00
diag
kerneldoc
KSE
LibraryReport
regression sh: Test that . /dev/null returns exit status 0 and does not preserve $?. 2011-03-07 23:52:23 +00:00
sched
test - Add two more iconv-related files, which were left out from previous commit 2011-02-25 00:10:26 +00:00
tools Add support for printing out the open-loop TX power control EEPROM fields. 2011-03-06 23:15:24 +00:00
install.sh Teach tools/install.sh the -d directory mode. 2011-02-22 08:07:17 +00:00
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.