#!/bin/sh
#############################################################################
# File		: rpmlint
# Package	: rpmlint
# Author	: Frederic Lepied
# Created on	: Mon Sep 27 19:20:18 1999
# Version	: $Id: rpmlint,v 1.2 1999/10/06 13:03:45 flepied Exp $
# Purpose	: main entry point: process options, load the checks and run
#		the checks.
#############################################################################

PYTHONPATH=${PYTHONPATH=.}

PYTHONPATH=${PYTHONPATH}:/usr/share/rpmlint

exec python -u -O /usr/share/rpmlint/rpmlint.py $*

# rpmlint ends here
