Re: [dev] [tabbed] Don't set cmd[0] to the window ID

2013-07-11 Thread Christoph Lohmann
Greetings. On Fri, 12 Jul 2013 06:48:53 +0200 Gregor Best wrote: > Ahoy, > > the attached patch fixes a tiny issue with tabbed. When running it > without a command and having it run spawn(), it tried to execute its > window ID as a command. While most people probably don't have > executables cal

[dev] [tabbed] Don't set cmd[0] to the window ID

2013-07-07 Thread Gregor Best
Ahoy, the attached patch fixes a tiny issue with tabbed. When running it without a command and having it run spawn(), it tried to execute its window ID as a command. While most people probably don't have executables called 341123 or the like in their path, I think that is not exactly intended. The