aboutsummaryrefslogtreecommitdiffstats
path: root/battcheck
diff options
context:
space:
mode:
authorTomasz Kramkowski <tomasz@kramkow.ski>2025-06-16 11:53:04 +0100
committerTomasz Kramkowski <tomasz@kramkow.ski>2025-06-16 11:53:04 +0100
commit17ea5afe3813ac42f9880aa381822db0263d32f2 (patch)
treebea3dda7a19b6f34fe18cdd324d3bb44d1258e63 /battcheck
parentd86513837b98961e5fbcffa4c743063d65a26509 (diff)
downloadbattd-17ea5afe3813ac42f9880aa381822db0263d32f2.tar.gz
battd-17ea5afe3813ac42f9880aa381822db0263d32f2.tar.xz
battd-17ea5afe3813ac42f9880aa381822db0263d32f2.zip
battcheck: Use /usr/bin/awk instead of /bin/awkHEADmaster
On systems where this still matters, it seems more likely to be in /usr. Although really the installer should fix this...
Diffstat (limited to 'battcheck')
-rwxr-xr-xbattcheck2
1 files changed, 1 insertions, 1 deletions
diff --git a/battcheck b/battcheck
index c047549..aa1513f 100755
--- a/battcheck
+++ b/battcheck
@@ -1,4 +1,4 @@
-#!/bin/awk -f
+#!/usr/bin/awk -f
# Copyright (C) 2020, 2025 Tomasz Kramkowski <tk@the-tk.com>
# SDPX-License-Identifier: MIT
BEGIN { FS = "=" }