git-svn-id: svn+ssh://svn.gentoo.org/var/svnroot/catalyst/trunk@367
d1e1f19c-881f-0410-ab34-
b69fee027534
#!/usr/bin/python
# Copyright 1999-2004 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo/src/catalyst/catalyst,v 1.33 2004/04/26 15:18:54 zhen Exp $
+# $Header: /var/cvsroot/gentoo/src/catalyst/catalyst,v 1.34 2004/05/11 20:05:20 zhen Exp $
import os,sys,imp,string
try:
addlargs=read_spec(sys.argv[2])
except:
- raise CatalystError,"Unable to read spec file: "+sys.argv[2]
+ sys.exit(1)
unparsedargs=sys.argv[3:]
else:
addlargs={}