From: Eric Edgar Date: Wed, 22 Jun 2005 18:51:44 +0000 (+0000) Subject: Fix issue where -s on the command line would not run X-Git-Tag: CATALYST_2_0_6_916~716 X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=680e62e23c8adb2ffe03bbfe1b20d08db06273f9;p=catalyst.git Fix issue where -s on the command line would not run git-svn-id: svn+ssh://svn.gentoo.org/var/svnroot/catalyst/trunk@707 d1e1f19c-881f-0410-ab34-b69fee027534 --- diff --git a/catalyst b/catalyst index 0cc629a2..10b82078 100755 --- a/catalyst +++ b/catalyst @@ -1,7 +1,7 @@ #!/usr/bin/python # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo/src/catalyst/catalyst,v 1.83 2005/05/20 19:16:47 wolf31o2 Exp $ +# $Header: /var/cvsroot/gentoo/src/catalyst/catalyst,v 1.84 2005/06/22 18:51:44 rocket Exp $ # Maintained in full by: # Eric Edgar @@ -296,6 +296,7 @@ if __name__ == "__main__": usage() sys.exit(2) else: + run=1 mycmdline.append("target=snapshot") mycmdline.append("version_stamp="+a)