From: Lukasz Sanocki <sanlu@pkim.org>
Date: Tue, 28 Sep 2021 11:58:56 +0200
Subject: Fix awk path in script

---
 GUI/xephem/tools/jost2edb.awk | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/GUI/xephem/tools/jost2edb.awk b/GUI/xephem/tools/jost2edb.awk
index b995078..6f97a37 100755
--- a/GUI/xephem/tools/jost2edb.awk
+++ b/GUI/xephem/tools/jost2edb.awk
@@ -1,4 +1,4 @@
-#!/bin/awk -f
+#!/usr/bin/awk -f
 # convert from Jost Jahn postings format to {x}ephem format
 # we don't try to select out non-entries.
 # v2 11/24/94
