diff options
author | Freya Murphy <freya@freyacat.org> | 2023-11-14 23:25:25 -0500 |
---|---|---|
committer | Freya Murphy <freya@freyacat.org> | 2023-11-14 23:25:25 -0500 |
commit | f87d98dfd6fc9517dca870088d19664681b28136 (patch) | |
tree | 68f994adbd7847e985c38dcbe6361bb7172e0068 /bin/config.awk | |
parent | things (diff) | |
download | freyanet-f87d98dfd6fc9517dca870088d19664681b28136.tar.gz freyanet-f87d98dfd6fc9517dca870088d19664681b28136.tar.bz2 freyanet-f87d98dfd6fc9517dca870088d19664681b28136.zip |
git works
Diffstat (limited to 'bin/config.awk')
-rwxr-xr-x | bin/config.awk | 2 |
1 files changed, 1 insertions, 1 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 |