From 503ea9de36d74ac6d7ad564d04a923a016592ccd Mon Sep 17 00:00:00 2001 From: "Chris St. Pierre" Date: Mon, 4 Jun 2012 17:36:27 -0400 Subject: fixed bcfg2-info buildall without -f --- src/sbin/bcfg2-info | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/sbin') diff --git a/src/sbin/bcfg2-info b/src/sbin/bcfg2-info index 4dc6349a0..e0fb0b475 100755 --- a/src/sbin/bcfg2-info +++ b/src/sbin/bcfg2-info @@ -260,10 +260,11 @@ class infoCore(cmd.Cmd, Bcfg2.Server.Core.Core): def do_buildall(self, args): alist = args.split() + flags = [] for arg in alist: if arg == '-f': alist.remove('-f') - flags = [arg] + flags.append(arg) if len(alist) != 1: print("Usage: buildall [-f] ") return -- cgit v1.2.3-1-g7c22