From ddeaed64bfb0380db415c6e4027f265f74c60ccd Mon Sep 17 00:00:00 2001 From: EuAndreh Date: Wed, 9 Apr 2025 17:12:51 -0300 Subject: src/*: "./" is enough for sourcing with ".", no need to use realpath(1) --- src/html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/html') diff --git a/src/html b/src/html index 444e690..7e60841 100755 --- a/src/html +++ b/src/html @@ -28,7 +28,7 @@ shift $((OPTIND - 1)) FILENAME="${1:-}" eval "$(assert-arg -- "$FILENAME" 'FILENAME.htmlbody')" -. "$(realpath -- "${FILENAME%.*}.conf")" +. ./"${FILENAME%.*}.conf" dates() { -- cgit v1.2.3