Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 25 Feb 2011 14:56:07 +0000 (UTC)
From:      Jilles Tjoelker <jilles@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-7@freebsd.org
Subject:   svn commit: r219033 - stable/7/bin/test
Message-ID:  <201102251456.p1PEu7iG068697@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: jilles
Date: Fri Feb 25 14:56:06 2011
New Revision: 219033
URL: http://svn.freebsd.org/changeset/base/219033

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

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

Modified: stable/7/bin/test/test.c
==============================================================================
--- stable/7/bin/test/test.c	Fri Feb 25 14:54:57 2011	(r219032)
+++ stable/7/bin/test/test.c	Fri Feb 25 14:56:06 2011	(r219033)
@@ -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$");



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201102251456.p1PEu7iG068697>