...
This commit is contained in:
parent
be0dd00606
commit
ff33180f11
1 changed files with 2 additions and 1 deletions
|
|
@ -363,7 +363,8 @@ func main(cmd *cli.Command, o *Options, args []string) (rc int, err error) {
|
|||
pending = pending[1:]
|
||||
}
|
||||
}
|
||||
if len(pending) > 0 {
|
||||
for _, x := range pending {
|
||||
do_one(x)
|
||||
}
|
||||
keep_going.Store(false)
|
||||
if opts.Hold {
|
||||
|
|
|
|||
Loading…
Reference in a new issue