Skip to content

Conversation

The13bit
Copy link
Contributor

@The13bit The13bit commented Jul 7, 2025

Fixes issue #30477

- SCRIPT_DIR=$(dirname $(realpath ${BASH_SOURCE[0]}))
+ SCRIPT_DIR="$(dirname "$(realpath "${BASH_SOURCE[0]}")")"

@peterbarker
Copy link
Contributor

Fixes issue #30477

Did you test this fix? It looks like it could work, but I do need to know it was tested :-)

@The13bit
Copy link
Contributor Author

The13bit commented Jul 8, 2025

yes here is the output of the script
image

@peterbarker peterbarker merged commit 867da3e into ArduPilot:master Jul 9, 2025
16 checks passed
@peterbarker
Copy link
Contributor

Merged, thanks!

I would suggest avoiding spaces in directory names, however. It's only going to cause you pain :-)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants