summaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
Diffstat (limited to 'bin')
-rwxr-xr-xbin/config.awk2
-rwxr-xr-xbin/mkwgconfig.sh2
2 files changed, 2 insertions, 2 deletions
diff --git a/bin/config.awk b/bin/config.awk
index f4833ae..9d0a117 100755
--- a/bin/config.awk
+++ b/bin/config.awk
@@ -1,4 +1,4 @@
-#!/run/current-system/profile/bin/awk -f
+#!/usr/bin/awk -f
BEGIN {
FS = "[ ]"; # use a single space as field separator and don't trim input
diff --git a/bin/mkwgconfig.sh b/bin/mkwgconfig.sh
index 3afa221..dcbb98f 100755
--- a/bin/mkwgconfig.sh
+++ b/bin/mkwgconfig.sh
@@ -1,4 +1,4 @@
-#!/usr/bin/env sh
+#!/bin/sh
# args: /path/to/interface-config /path/to/output.conf
inter="$1"