Expand path.

This commit is contained in:
MarcelPiNacy-CVC 2025-01-15 11:36:27 +01:00 committed by Blyron
parent 6bd2c54396
commit 10cbd24abf
1 changed files with 2 additions and 1 deletions

View File

@ -6,7 +6,8 @@ interactive=0
skip_prerequisites=0
launch=0
workspace_path="$(dirname $0)"
workspace_path="$(dirname $(realpath "${BASH_SOURCE[-1]}"))"
echo "workspace_path=$workspace_path"
options=$(getopt -o "i,p,l" --long "interactive,skip-prerequisites,launch" -n 'CarlaSetup.sh' -- "$@")
eval set -- "$options"