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/indexbody | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/indexbody') diff --git a/src/indexbody b/src/indexbody index c00bbab..c76f6be 100755 --- a/src/indexbody +++ b/src/indexbody @@ -8,7 +8,7 @@ usage() { FILENAME="${1:-}" eval "$(assert-arg -- "$FILENAME" 'FILENAME.conf')" -. "$(realpath -- "$FILENAME")" +. ./"$FILENAME" shift -- cgit v1.2.3