forked from conda/conda
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
{de,}activate: Do not use
IFS
to find scripts to source
Unfortunately this change would remain active afterwards and this meant that normal variable delimiting did not work, so if a script set CFLAGS="flag1 flag2", that value would be treated as a single argument when passed to the compiler. Instead `eval` and `find -exec echo` are used {de,}activate
- Loading branch information
1 parent
64d6d7d
commit c4bd227
Showing
2 changed files
with
2 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters