roll back the bug-fix for source method
[bottlenecks.git] / utils / env_prepare / stack_prepare.py
index 640afa1..c1604f4 100644 (file)
@@ -84,7 +84,6 @@ def _source_file(rc_file):
                          shell=True)
     output = p.communicate()[0]
     output_lines = output.splitlines()
-    del output_lines[5]
     env = dict((line.split('=', 1) for line in output_lines))
     os.environ.update(env)
     return env