File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -70,7 +70,7 @@ if [ "$CI_OS_NAME" == "macos" ]; then
70
70
fi
71
71
72
72
CI_EXEC () {
73
- $CI_EXEC_CMD_PREFIX bash -c " export PATH=${BINS_SCRATCH_DIR} :${BASE_ROOT_DIR} /ci/retry:\$ PATH && cd \" ${BASE_ROOT_DIR} \" && $* "
73
+ $CI_EXEC_CMD_PREFIX bash -c " export PATH=\" /path_with space: ${BINS_SCRATCH_DIR} :${BASE_ROOT_DIR} /ci/retry:\$ PATH\" && cd \" ${BASE_ROOT_DIR} \" && $* "
74
74
}
75
75
export -f CI_EXEC
76
76
Original file line number Diff line number Diff line change @@ -139,9 +139,9 @@ $(1)_config_env+=PKG_CONFIG_LIBDIR=$($($(1)_type)_prefix)/lib/pkgconfig
139
139
$(1 ) _config_env+=PKG_CONFIG_PATH=$($($(1 ) _type) _prefix) /share/pkgconfig
140
140
$(1 ) _config_env+=PKG_CONFIG_SYSROOT_DIR=/
141
141
$(1 ) _config_env+=CMAKE_MODULE_PATH=$($($(1 ) _type) _prefix) /lib/cmake
142
- $(1 ) _config_env+=PATH=$(build_prefix ) /bin:$(PATH )
143
- $(1 ) _build_env+=PATH=$(build_prefix ) /bin:$(PATH )
144
- $(1 ) _stage_env+=PATH=$(build_prefix ) /bin:$(PATH )
142
+ $(1 ) _config_env+=PATH=" $(build_prefix ) /bin:$(PATH ) "
143
+ $(1 ) _build_env+=PATH=" $(build_prefix ) /bin:$(PATH ) "
144
+ $(1 ) _stage_env+=PATH=" $(build_prefix ) /bin:$(PATH ) "
145
145
146
146
# Setting a --build type that differs from --host will explicitly enable
147
147
# cross-compilation mode. Note that --build defaults to the output of
You can’t perform that action at this time.
0 commit comments