Skip to content

Commit 52ca231

Browse files
authored
Merge pull request #81 from zopencommunity/use_setup_no_replace
set ZOPEN_SETUP_NO_REPLACE to disable replacement of paths.
2 parents a472376 + 0b59ba3 commit 52ca231

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

buildenv

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ export ZOPEN_CONFIGURE="skip"
2020
export ZOPEN_MAKE="skip"
2121
export ZOPEN_CHECK="zopen_check"
2222
export ZOPEN_INSTALL="zopen_install"
23+
export ZOPEN_SETUP_NO_REPLACE=1
2324

2425
META_DEV_DIR="$(pwd -P)/meta"
2526
if [ -z "${ZOPEN_META_DEV_ROOT}" ] ; then
@@ -121,6 +122,7 @@ zopen_init()
121122

122123
zopen_check()
123124
{
125+
unset ZOPEN_SETUP_NO_REPLACE
124126
WORK_DIR="${ZOPEN_ROOT}/work"
125127
INCLUDE_DIR="${ZOPEN_ROOT}/tests/include"
126128
mkdir -p "${WORK_DIR}"
@@ -224,6 +226,7 @@ ZZ
224226
}
225227

226228
zopen_pre_terminate() {
229+
unset ZOPEN_SETUP_NO_REPLACE
227230
# Save the starting directory explicitly
228231
START_DIR="$PWD"
229232

0 commit comments

Comments
 (0)