--- projects/pystatgrab/setup.py 2004/03/20 22:43:26 1.10 +++ projects/pystatgrab/setup.py 2004/03/21 13:37:03 1.11 @@ -18,7 +18,7 @@ # along with this program; if not, write to the Free Software # Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. # -# $Id: setup.py,v 1.10 2004/03/20 22:43:26 tdb Exp $ +# $Id: setup.py,v 1.11 2004/03/21 13:37:03 tdb Exp $ # """Python bindings for libstatgrab.""" @@ -63,7 +63,7 @@ if cflags[0] != 0: sys.exit("Failed to get cflags: " + cflags[1]) if libs[0] != 0: - exit("Failed to get libs: " + libs[1]) + sys.exit("Failed to get libs: " + libs[1]) # setup information setup( name = "pystatgrab",