mottosso / be

minimal directory and environment management system for collaborative creative projects
GNU Lesser General Public License v2.1
47 stars 4 forks source link

--enter behaving odd in a be activate environment #30

Closed mottosso closed 9 years ago

mottosso commented 9 years ago

Turns out that be activate in Bash writes to BE_CWD which is considered the current working directory. In combination with --enter, this causes the old BE_CWD to overwrite the actual current working directory, thus causing be to enter into the wrong project.