[lxc-devel] using posix shell instead of bash

Natanael Copa ncopa at alpinelinux.org
Wed Nov 14 14:25:30 UTC 2012


On Wed, 14 Nov 2012 14:04:43 +0100
Natanael Copa <ncopa at alpinelinux.org> wrote:


> @@ -18,10 +18,11 @@
>  # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA
> 02111-1307 USA 
>  lxc_path=@LXCPATH@
> +program=${0##*/}
>  
>  usage()
>  {
> -	echo "usage: $(basename $0) [--active] [--] [LS_OPTIONS...]"
> >&2
> +	echo "usage: $program [--active] [--] [LS_OPTIONS...]" >&2
>  }

Those hunks are not needed. I'll revert them in final patch.

-nc




More information about the lxc-devel mailing list