From 680e62e23c8adb2ffe03bbfe1b20d08db06273f9 Mon Sep 17 00:00:00 2001 From: Eric Edgar Date: Wed, 22 Jun 2005 18:51:44 +0000 Subject: [PATCH] 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 --- catalyst | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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) -- 2.26.2