diff options
| author | xq114 <[email protected]> | 2021-11-06 15:30:38 +0800 |
|---|---|---|
| committer | xq114 <[email protected]> | 2021-11-06 15:30:38 +0800 |
| commit | 2ed6222d854d03441d24314595cae550b4b842e0 (patch) | |
| tree | 7f70ab2b7bcb21efbd9e857553265978e5aa3142 /scripts/register-virtualenvs.sh | |
| parent | 95dea5af25edb9f1eda15ad8412342e26ef39525 (diff) | |
improve env config
Diffstat (limited to 'scripts/register-virtualenvs.sh')
| -rw-r--r-- | scripts/register-virtualenvs.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/register-virtualenvs.sh b/scripts/register-virtualenvs.sh index 8518060f8..cf067d040 100644 --- a/scripts/register-virtualenvs.sh +++ b/scripts/register-virtualenvs.sh @@ -47,6 +47,7 @@ function xrepo { unset XMAKE_PROMPT_BACKUP unset XMAKE_ENV_BACKUP fi + "$XMAKE_EXE" lua private.xrepo.action.env.info config $bnd || return 1 local prompt="$("$XMAKE_EXE" lua --quiet private.xrepo.action.env.info prompt $bnd)" || return 1 if [ -z "${prompt+x}" ]; then return 1 |
