Module Name:    src
Committed By:   christos
Date:           Sat May 19 01:51:05 UTC 2018

Modified Files:
        src/external/bsd/byacc/dist: skel2c

Log Message:
Add awk line


To generate a diff of this commit:
cvs rdiff -u -r1.1.1.4 -r1.2 src/external/bsd/byacc/dist/skel2c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/external/bsd/byacc/dist/skel2c
diff -u src/external/bsd/byacc/dist/skel2c:1.1.1.4 src/external/bsd/byacc/dist/skel2c:1.2
--- src/external/bsd/byacc/dist/skel2c:1.1.1.4	Sat Feb 11 14:30:02 2017
+++ src/external/bsd/byacc/dist/skel2c	Fri May 18 21:51:05 2018
@@ -1,3 +1,4 @@
+#!/usr/bin/awk -f
 # vile: awkmode
 function noident(given) {
 	gsub(/\$/,"@", given);

Reply via email to