Skip to content

Commit 86f1ba9

Browse files
committed
add windows handling
1 parent 19fe400 commit 86f1ba9

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

libmamba/src/core/activation.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1271,7 +1271,6 @@ namespace mamba
12711271
// add unix or windows handling
12721272
out << ekey << " = " << evar << util:on_win ? ';' : ':';
12731273
}
1274-
12751274
for (const fs::u8path& p : env_transform.activate_scripts)
12761275
{
12771276
out << "source " << p << ";";

0 commit comments

Comments
 (0)