* launch python with unbuffered output.

git-svn-id: svn+ssh://rpmlint.zarb.org/home/projects/rpmlint/svn/trunk@22 9bc8b190-ac0f-0410-8968-dc7d1f502856
This commit is contained in:
Frédéric Lepied 1999-10-06 13:03:45 +00:00
parent bd907bfc0d
commit c97213a19d
1 changed files with 1 additions and 1 deletions

View File

@ -13,6 +13,6 @@ PYTHONPATH=${PYTHONPATH=.}
PYTHONPATH=${PYTHONPATH}:/usr/share/rpmlint
exec python -O /usr/share/rpmlint/rpmlint.py $*
exec python -u -O /usr/share/rpmlint/rpmlint.py $*
# rpmlint ends here