echo wird hier nicht gebraucht, realpath gibt Ergebnis aus

This commit is contained in:
qbi 2021-06-13 15:24:33 +02:00
parent cc3a1f246f
commit c8c54559bd

View file

@ -388,7 +388,7 @@ set_cli_opt() {
# aufgerufen werden.
IFS=
echo "$(realpath -m -s "$@")"
realpath -m -s "$@"
}
set_abs_path() {