mirror of
https://github.com/philomena-dev/philomena.git
synced 2025-04-19 09:43:59 +02:00
Resolve the real path when invoking philomena.sh
to remove some intermediate ..
in error messages that feature the script path
This commit is contained in:
parent
0c0376b26e
commit
a3f5191b9c
1 changed files with 1 additions and 1 deletions
|
@ -2,4 +2,4 @@
|
|||
# Small wrapper for `scripts/philomena.sh` that lives in a separate `path`
|
||||
# directory so that it is safe to add it to your `$PATH` without extra pollution.
|
||||
|
||||
exec "$(dirname "${BASH_SOURCE[0]}")/../philomena.sh" "$@"
|
||||
exec "$(realpath "$(dirname "${BASH_SOURCE[0]}")/../philomena.sh")" "$@"
|
||||
|
|
Loading…
Add table
Reference in a new issue