diff options
author | 2025-01-02 17:54:15 +0000 | |
---|---|---|
committer | 2025-01-06 16:05:13 +0000 | |
commit | 7cb30d37226014281d4df2a048bac57c7cb25e70 (patch) | |
tree | 1a98a754ccc932086b0962401987340d388f54f9 /src/scripts/vnet | |
parent | dc9aa161348051499ccf0af0f9aee37b96aa8e56 (diff) |
build: Fix PATH shell export
When $(wildcard /usr/lib*/ccache) returns more than one directory, they
are separated by space and it ends up setting only first one to PATH
variable while the rest of the string is just throwed to bash and it
ends up breaking the build. This change replaces space by colon to keep
desired PATH string syntax.
Type: fix
Change-Id: I94ba3465a46fa3c4fbb50c9668f0afd97e8c4f91
Signed-off-by: Renato Botelho do Couto <renato@netgate.com>
Diffstat (limited to 'src/scripts/vnet')
0 files changed, 0 insertions, 0 deletions