On 10/07/2023 18:12, Harry Ramsey wrote:
|+morello-run.sh -f distro -i /usr/share/morello/images/morello-fvp/morello-fvp.img $ENABLE_SHARED_FOLDER $@ |
$@ should never be use unquoted, it creates chaos if arguments contain spaces. "$@" should be used instead.
Kevin