From: David Lecompte <3gpp@metani.eu> Date: Wed, 3 Jun 2026 09:33:28 +0000 (+0200) Subject: Changing the shebang of .awk files to "awk -f", so that they can be executed. X-Git-Url: https://nuage.metani.fr/gitweb/3GPP.git/commitdiff_plain/256d62df45f51f78d22b57e34ad2f59cfdd73737?ds=inline;hp=5a64e60ec186f693ccb704467424a8a485e45c94 Changing the shebang of .awk files to "awk -f", so that they can be executed. --- diff --git a/awk/txt2asn-integrated.awk b/awk/txt2asn-integrated.awk old mode 100644 new mode 100755 index a4f1acf..4077154 --- a/awk/txt2asn-integrated.awk +++ b/awk/txt2asn-integrated.awk @@ -1,4 +1,4 @@ -#!/bin/gawk +#!/bin/awk -f # Arrays used: diff --git a/awk/txt2asn.awk b/awk/txt2asn.awk old mode 100644 new mode 100755 index 0c022e0..1eb8414 --- a/awk/txt2asn.awk +++ b/awk/txt2asn.awk @@ -1,4 +1,4 @@ -#!/bin/gawk +#!/bin/awk -f BEGIN { add_line_after != "" ;