[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [PATCH 4/4] herbstcommander: use command line arguments for beginning of command



On Tue, Aug 07, 2012 at 12:34:07AM +0200, Gabor Adam Toth wrote:
> -cmd=()
> +cmd=($@)

Even if I currently can not think of a case where the inital arguments
contain spaces, I amended it to:

    cmd=( "$@" )

> Subject: Re: [PATCH 4/4] herbstcommander: use command line arguments
> for beginning of command

The first line of your commit message was to long, so I shortened it to

252e87d herbstcommander: Use arguments as initial command

and merged it to master.

Thorsten