Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
buildtypes/meson.sh.in: Work around environment variable setting
The function `start_cmd()` in the bee shell runs "{@}" causing the setting of the environment variable to be executed, which is of course not found. ``` function start_cmd() { print_info "${COLOR_CYAN}${@}" "${@}" } ``` Work around it, by setting the environment variable `DESTDIR` outside.
- Loading branch information