On 10/25/2012 10:45 PM, Dwight Engen wrote:
> >From 7531edbca5872537e9cac59d3d51a9f69d93ec2f Mon Sep 17 00:00:00 2001
> From: Dwight Engen <dwight.en...@oracle.com>
> Date: Thu, 25 Oct 2012 16:21:53 -0400
> Subject: [PATCH] Fix lxc-ps -- argument processing
>
> lxc-ps is supposed to pass arguments after the -- on to ps. The problem is
> that i is expanded once from $@ and the loop will iterate over all the
> arguments that were in $@ at the time of expansion. Inside the loop, there
> are shifts (in the name case for example) that are trying to remove more
> than a single argument. This changes fixes that and makes lxc-ps work as
> documented.
>
> Signed-off-by: Dwight Engen <dwight.en...@oracle.com>
> ---
Applied.


------------------------------------------------------------------------------
Everyone hates slow websites. So do we.
Make your web apps faster with AppDynamics
Download AppDynamics Lite for free today:
http://p.sf.net/sfu/appdyn_sfd2d_oct
_______________________________________________
Lxc-devel mailing list
Lxc-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/lxc-devel

Reply via email to