commit 4bec09a47dc5436f4650bab3dabad013098f99d5
Author:     Roberto E. Vargas Caballero <[email protected]>
AuthorDate: Sun Jan 17 05:08:52 2016 +0100
Commit:     Roberto E. Vargas Caballero <[email protected]>
CommitDate: Sun Jan 17 05:11:56 2016 +0100

    Remove shebang in cc2/generror
    
    Shebangs with more of two words have portability problems
    and we are using awk -f generror in the Makefile, so this
    shebang is only creating confusion.

diff --git a/cc2/generror b/cc2/generror
index 364a923..2bf73f8 100755
--- a/cc2/generror
+++ b/cc2/generror
@@ -1,4 +1,3 @@
-#!/usr/bin/env awk -f
 
 BEGIN {
        print "char *errlist[] = {"

Reply via email to