diff options
author | Joseph Hunkeler <jhunkeler@gmail.com> | 2024-11-12 01:14:42 -0500 |
---|---|---|
committer | Joseph Hunkeler <jhunkeler@gmail.com> | 2024-11-12 01:14:42 -0500 |
commit | bc786e086c14e3942c62a8a2c48e5a7f4b8d6bc6 (patch) | |
tree | 5d677bce4555b512e8b8b32ec712c09154101451 | |
parent | c377ff9c52e219622044d0ff28c4ad844dee8e8f (diff) | |
download | stasis-bc786e086c14e3942c62a8a2c48e5a7f4b8d6bc6.tar.gz |
Export the functions correctly?
-rw-r--r-- | src/lib/core/conda.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/core/conda.c b/src/lib/core/conda.c index 3e93873..5412353 100644 --- a/src/lib/core/conda.c +++ b/src/lib/core/conda.c @@ -293,7 +293,7 @@ int conda_activate(const char *root, const char *env_name) { "__conda_exe() (\n" " \"$CONDA_PYTHON_EXE\" \"$CONDA_EXE\" $_CE_M $_CE_CONDA \"$@\"\n" ")\n\n" - "export -f __conda_exe()\n" + "export -f __conda_exe\n" "source %s\n" "__mamba_exe() (\n" " \\local MAMBA_CONDA_EXE_BACKUP=$CONDA_EXE\n" |