Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/external/bsd/drm2 Just a bare $NetBSD$, not its expansio...



details:   https://anonhg.NetBSD.org/src/rev/84e22ac2bda1
branches:  trunk
changeset: 1028284:84e22ac2bda1
user:      riastradh <riastradh%NetBSD.org@localhost>
date:      Sun Dec 19 10:20:38 2021 +0000

description:
Just a bare $NetBSD$, not its expansion for prepare-import.sh.

diffstat:

 sys/external/bsd/drm2/prepare-import.sh |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (20 lines):

diff -r cb6a1cea9be2 -r 84e22ac2bda1 sys/external/bsd/drm2/prepare-import.sh
--- a/sys/external/bsd/drm2/prepare-import.sh   Sun Dec 19 10:20:31 2021 +0000
+++ b/sys/external/bsd/drm2/prepare-import.sh   Sun Dec 19 10:20:38 2021 +0000
@@ -1,6 +1,6 @@
 #!/bin/sh
 
-#      $NetBSD: prepare-import.sh,v 1.1 2018/08/27 00:46:21 riastradh Exp $
+#      $NetBSD: prepare-import.sh,v 1.2 2021/12/19 10:20:38 riastradh Exp $
 #
 # $ /path/to/prepare-import.sh
 #
@@ -13,7 +13,7 @@
 find . -name '*.h' \
 | while read f; do
        cleantags "$f"
-       (printf '/*\t$NetBSD: prepare-import.sh,v 1.1 2018/08/27 00:46:21 riastradh Exp $\t*/\n\n' && cat -- "$f") > "$f".tmp
+       (printf '/*\t%c%s%c\t*/\n\n' '$' NetBSD '$' && cat -- "$f") > "$f".tmp
        mv -f -- "$f".tmp "$f"
 done
 



Home | Main Index | Thread Index | Old Index