]> nuage.metani.fr Git - 3GPP.git/commitdiff
Changing the shebang of .awk files to "awk -f", so that they can be executed.
authorDavid Lecompte <3gpp@metani.eu>
Wed, 3 Jun 2026 09:33:28 +0000 (11:33 +0200)
committerDavid Lecompte <3gpp@metani.eu>
Wed, 3 Jun 2026 09:33:28 +0000 (11:33 +0200)
awk/txt2asn-integrated.awk [changed mode: 0644->0755]
awk/txt2asn.awk [changed mode: 0644->0755]

old mode 100644 (file)
new mode 100755 (executable)
index a4f1acf..4077154
@@ -1,4 +1,4 @@
-#!/bin/gawk
+#!/bin/awk -f
 
 # Arrays used:
 
 
 # Arrays used:
 
old mode 100644 (file)
new mode 100755 (executable)
index 0c022e0..1eb8414
@@ -1,4 +1,4 @@
-#!/bin/gawk
+#!/bin/awk -f
 
 BEGIN {
     add_line_after != "" ;
 
 BEGIN {
     add_line_after != "" ;