Skip to content

Commit 3a47134

Browse files
committed
ci_build.sh: normalize_path() before reporting it at start of actual work about BUILD_TYPE
Signed-off-by: Jim Klimov <jimklimov+nut@gmail.com>
1 parent a403b3e commit 3a47134

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

ci_build.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1791,6 +1791,8 @@ export DO_CLEAN_AUTOCONF_CACHE_BEFORE
17911791
17921792
echo "Processing BUILD_TYPE='${BUILD_TYPE}' ..."
17931793
1794+
PATH="`echo \"${PATH}\" | normalize_path`"
1795+
17941796
ensure_CI_CCACHE_SYMLINKDIR_envvar
17951797
echo "Build host settings:"
17961798
set | ${EGREP} '^(PATH|[^ ]*CCACHE[^ ]*|CI_[^ ]*|OS_[^ ]*|CANBUILD_[^ ]*|NODE_LABELS|MAKE|C[^ ]*FLAGS|LDFLAGS|ARCH[^ ]*|BITS[^ ]*|CC|CXX|CPP|DO_[^ ]*|BUILD_[^ ]*|[^ ]*_TGT|INPLACE_RUNTIME)=' | sed 's,\(.\)$,\1 \\,' || true

0 commit comments

Comments
 (0)