From 17ea5afe3813ac42f9880aa381822db0263d32f2 Mon Sep 17 00:00:00 2001 From: Tomasz Kramkowski Date: Mon, 16 Jun 2025 11:53:04 +0100 Subject: battcheck: Use /usr/bin/awk instead of /bin/awk On systems where this still matters, it seems more likely to be in /usr. Although really the installer should fix this... --- battcheck | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'battcheck') 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 # SDPX-License-Identifier: MIT BEGIN { FS = "=" } -- cgit v1.2.3-70-g09d2