[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
- To: Gabor Adam Toth <tg _at_ tgbit _dot_ net>
- Subject: Re: [PATCH 4/4] herbstcommander: use command line arguments for beginning of command
- From: Thorsten Wißmann <edu _at_ thorsten _minus_ wissmann _dot_ de>
- Date: Sat, 11 Aug 2012 14:32:48 +0200
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