From 976874914ea9f8cda148c02bfed1cdc4f3c47442 Mon Sep 17 00:00:00 2001 From: David Walter Seikel Date: Sat, 20 Apr 2013 22:53:07 +1000 Subject: Make python output stuff in the proper order. --- linden/scripts/linux/config-SL-source | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'linden') diff --git a/linden/scripts/linux/config-SL-source b/linden/scripts/linux/config-SL-source index 80ae27a..f60fd92 100644 --- a/linden/scripts/linux/config-SL-source +++ b/linden/scripts/linux/config-SL-source @@ -77,3 +77,7 @@ if [ "$OSTYPE" == "cygwin" ] ; then FORCE_VECTORIZE="no" ALLOW_WARNINGS="no" fi + + +# Work around python problems. +export PYTHONUNBUFFERED='True' -- cgit v1.1