diff options
author | Tomasz Kramkowski <tomasz@kramkow.ski> | 2025-06-16 11:53:04 +0100 |
---|---|---|
committer | Tomasz Kramkowski <tomasz@kramkow.ski> | 2025-06-16 11:53:04 +0100 |
commit | 17ea5afe3813ac42f9880aa381822db0263d32f2 (patch) | |
tree | bea3dda7a19b6f34fe18cdd324d3bb44d1258e63 /battcheck | |
parent | d86513837b98961e5fbcffa4c743063d65a26509 (diff) | |
download | battd-master.tar.gz battd-master.tar.xz battd-master.zip |
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-x | battcheck | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 = "=" } |