Skip to content

Commit

Permalink
create-env: Ensure env vars don't set defaults
Browse files Browse the repository at this point in the history
Signed-off-by: Marcel Bargull <[email protected]>
  • Loading branch information
mbargull committed Jun 2, 2024
1 parent a7866a2 commit 4ad31ac
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions images/create-env/create-env
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
#! /bin/sh -eu

unset \
prefix \
conda_impl \
create_command \
env_activate_args \
env_activate_file \
env_execute_file \
remove_paths_globs \
strip_files_globs \
licenses_path \
;

for arg do
case "${arg}" in
--help )
Expand Down

0 comments on commit 4ad31ac

Please sign in to comment.