diff options
| author | EuAndreh <eu@euandre.org> | 2025-04-09 17:12:51 -0300 |
|---|---|---|
| committer | EuAndreh <eu@euandre.org> | 2025-04-09 17:12:51 -0300 |
| commit | ddeaed64bfb0380db415c6e4027f265f74c60ccd (patch) | |
| tree | a87a8af58c08c716feb05b244186dcc7a59f3e0c /src/indexentry | |
| parent | src/conf: Extract embedded-config from document header variables (diff) | |
| download | mkwb-ddeaed64bfb0380db415c6e4027f265f74c60ccd.tar.gz mkwb-ddeaed64bfb0380db415c6e4027f265f74c60ccd.tar.xz | |
src/*: "./" is enough for sourcing with ".", no need to use realpath(1)
Diffstat (limited to 'src/indexentry')
| -rwxr-xr-x | src/indexentry | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/indexentry b/src/indexentry index 6b5af5b..2316138 100755 --- a/src/indexentry +++ b/src/indexentry @@ -8,7 +8,7 @@ usage() { FILENAME="${1:-}" eval "$(assert-arg -- "$FILENAME" 'FILENAME.conf')" -. "$(realpath -- "$FILENAME")" +. ./"$FILENAME" cat <<EOF |
