zulip/scripts/lib
Tim Abbott 7395003e6a Fix buggy #! lines using "/usr/bin/env python2.7 -u".
The #! line processing interpreted the argument to pass to `env` as
"python2.7 -u", which obviously isn't a real program.

We fix this by setting the PYTHONUNBUFFERED environment variable
inside the program, which has the same effect.

Thanks to Dan Fedele for the bug report and suggested solution!
2015-11-16 08:46:48 -08:00
..
install Expand testing done via Travis CI to cover production pipeline. 2015-11-01 18:11:39 -08:00
unpack-zulip Fix buggy #! lines using "/usr/bin/env python2.7 -u". 2015-11-16 08:46:48 -08:00
upgrade-zulip Fix buggy #! lines using "/usr/bin/env python2.7 -u". 2015-11-16 08:46:48 -08:00
upgrade-zulip-stage-2 Fix buggy #! lines using "/usr/bin/env python2.7 -u". 2015-11-16 08:46:48 -08:00