more little fixes

This commit is contained in:
2025-10-28 12:21:11 -04:00
parent 6c1f8c926e
commit 09fd3b2c67
5 changed files with 76 additions and 14 deletions

View File

@@ -37,7 +37,6 @@ case "$os_name" in
DATE=$(command -v gdate)
else
DATE=$(command -v date)
echo "WARNING: GNU date (gdate) not found. Date arithmetic may not work on HP/UX." >&2
fi
;;
*)