From 031beb4e239bfce798af17f5fe8dba8bcaf13d99 Mon Sep 17 00:00:00 2001 From: Warner Losh Date: Wed, 16 Aug 2023 11:54:58 -0600 Subject: sys: Remove $FreeBSD$: one-line sh pattern Remove /^\s*#[#!]?\s*\$FreeBSD\$.*$\n/ --- sys/dev/syscons/fonts/cursor.awk | 1 - 1 file changed, 1 deletion(-) (limited to 'sys/dev/syscons') diff --git a/sys/dev/syscons/fonts/cursor.awk b/sys/dev/syscons/fonts/cursor.awk index 425a0a5f67a5..b4070ca06a89 100644 --- a/sys/dev/syscons/fonts/cursor.awk +++ b/sys/dev/syscons/fonts/cursor.awk @@ -1,4 +1,3 @@ -# $FreeBSD$ # # awk script to convert a bdf file to C declarations in a form specialized # for the mouse cursors in syscons/scvgarndr.c. Usage: -- cgit v1.3