svn commit: r219032 - stable/8/bin/test

Jilles Tjoelker jilles at FreeBSD.org
Fri Feb 25 14:54:58 UTC 2011


Author: jilles
Date: Fri Feb 25 14:54:57 2011
New Revision: 219032
URL: http://svn.freebsd.org/changeset/base/219032

Log:
  MFC r218724: test: Note that this is used both as a normal program and
  a shell builtin.

Modified:
  stable/8/bin/test/test.c
Directory Properties:
  stable/8/bin/test/   (props changed)

Modified: stable/8/bin/test/test.c
==============================================================================
--- stable/8/bin/test/test.c	Fri Feb 25 13:59:59 2011	(r219031)
+++ stable/8/bin/test/test.c	Fri Feb 25 14:54:57 2011	(r219032)
@@ -9,6 +9,10 @@
  *
  * This program is in the Public Domain.
  */
+/*
+ * Important: This file is used both as a standalone program /bin/test and
+ * as a builtin for /bin/sh (#define SHELL).
+ */
 
 #include <sys/cdefs.h>
 __FBSDID("$FreeBSD$");


More information about the svn-src-stable mailing list