aboutsummaryrefslogtreecommitdiff
path: root/bin/echo
diff options
context:
space:
mode:
authorWarner Losh <imp@FreeBSD.org>2023-08-16 17:55:03 +0000
committerWarner Losh <imp@FreeBSD.org>2023-08-16 17:55:03 +0000
commitd0b2dbfa0ecf2bbc9709efc5e20baf8e4b44bbbf (patch)
tree37ee9e3a9af3eec3e1baf2793da82358c404479b /bin/echo
parent031beb4e239bfce798af17f5fe8dba8bcaf13d99 (diff)
downloadsrc-d0b2dbfa0ecf2bbc9709efc5e20baf8e4b44bbbf.tar.gz
src-d0b2dbfa0ecf2bbc9709efc5e20baf8e4b44bbbf.zip
Remove $FreeBSD$: one-line sh pattern
Remove /^\s*#[#!]?\s*\$FreeBSD\$.*$\n/
Diffstat (limited to 'bin/echo')
-rw-r--r--bin/echo/Makefile1
-rw-r--r--bin/echo/Makefile.depend1
-rw-r--r--bin/echo/tests/Makefile1
-rw-r--r--bin/echo/tests/Makefile.depend1
-rw-r--r--bin/echo/tests/echo_test.sh1
5 files changed, 0 insertions, 5 deletions
diff --git a/bin/echo/Makefile b/bin/echo/Makefile
index bd4455395ac4..53d756566487 100644
--- a/bin/echo/Makefile
+++ b/bin/echo/Makefile
@@ -1,5 +1,4 @@
# @(#)Makefile 8.1 (Berkeley) 5/31/93
-# $FreeBSD$
.include <src.opts.mk>
diff --git a/bin/echo/Makefile.depend b/bin/echo/Makefile.depend
index 8941ee6d8ae2..38d979787478 100644
--- a/bin/echo/Makefile.depend
+++ b/bin/echo/Makefile.depend
@@ -1,4 +1,3 @@
-# $FreeBSD$
# Autogenerated - do NOT edit!
DIRDEPS = \
diff --git a/bin/echo/tests/Makefile b/bin/echo/tests/Makefile
index 5957ecbc1fa1..1725e32671a3 100644
--- a/bin/echo/tests/Makefile
+++ b/bin/echo/tests/Makefile
@@ -1,4 +1,3 @@
-# $FreeBSD$
ATF_TESTS_SH+= echo_test
diff --git a/bin/echo/tests/Makefile.depend b/bin/echo/tests/Makefile.depend
index f80275d86ab1..11aba52f82cf 100644
--- a/bin/echo/tests/Makefile.depend
+++ b/bin/echo/tests/Makefile.depend
@@ -1,4 +1,3 @@
-# $FreeBSD$
# Autogenerated - do NOT edit!
DIRDEPS = \
diff --git a/bin/echo/tests/echo_test.sh b/bin/echo/tests/echo_test.sh
index 5c5fc1f92d8b..ab18f11d685e 100644
--- a/bin/echo/tests/echo_test.sh
+++ b/bin/echo/tests/echo_test.sh
@@ -23,7 +23,6 @@
# OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
# SUCH DAMAGE.
#
-# $FreeBSD$
#
atf_test_case n_output