Fix issue where -s on the command line would not run
authorEric Edgar <rocket@gentoo.org>
Wed, 22 Jun 2005 18:51:44 +0000 (18:51 +0000)
committerEric Edgar <rocket@gentoo.org>
Wed, 22 Jun 2005 18:51:44 +0000 (18:51 +0000)
git-svn-id: svn+ssh://svn.gentoo.org/var/svnroot/catalyst/trunk@707 d1e1f19c-881f-0410-ab34-b69fee027534

catalyst

index 0cc629a2c14b1dffb81b5211fcd341d075f0f73d..10b82078d9db3ec0877701a84f3980318d76cf9e 100755 (executable)
--- 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 <rocket@gentoo.org>
@@ -296,6 +296,7 @@ if __name__ == "__main__":
                                usage()
                                sys.exit(2)
                        else:
+                               run=1
                                mycmdline.append("target=snapshot")
                                mycmdline.append("version_stamp="+a)