Source-Changes-HG archive

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

[src/trunk]: src/external/bsd/byacc/dist Add awk line



details:   https://anonhg.NetBSD.org/src/rev/c81ef9ddc698
branches:  trunk
changeset: 319143:c81ef9ddc698
user:      christos <christos%NetBSD.org@localhost>
date:      Sat May 19 01:51:05 2018 +0000

description:
Add awk line

diffstat:

 external/bsd/byacc/dist/skel2c |  1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diffs (8 lines):

diff -r 240001599f4c -r c81ef9ddc698 external/bsd/byacc/dist/skel2c
--- a/external/bsd/byacc/dist/skel2c    Fri May 18 21:05:10 2018 +0000
+++ b/external/bsd/byacc/dist/skel2c    Sat May 19 01:51:05 2018 +0000
@@ -1,3 +1,4 @@
+#!/usr/bin/awk -f
 # vile: awkmode
 function noident(given) {
        gsub(/\$/,"@", given);



Home | Main Index | Thread Index | Old Index