Author: jilles
Date: Tue Feb 15 22:17:47 2011
New Revision: 218724
URL: http://svn.freebsd.org/changeset/base/218724
Log:
test: Note that this is used both as a normal program and a shell builtin.
MFC after: 1 week
Modified:
head/bin/test/test.c
Modified: head/bin/test/test.c
==============================================================================
--- head/bin/test/test.c Tue Feb 15 22:03:09 2011 (r218723)
+++ head/bin/test/test.c Tue Feb 15 22:17:47 2011 (r218724)
@@ -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$");
_______________________________________________
[email protected] mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any mail to "[email protected]"