Re: [dev][st] [PATCH] Fix output redirection in surf-open.sh

2013-03-13 Thread Christoph Lohmann
Greetings. On Thu, 14 Mar 2013 06:37:02 +0100 Alexander Sedov wrote: > Incorrect order of output rediection specifiers was causing useless > text appearing in terminal when starting surf-open (for example, > BadWindow error from xprop when tabbed window is already closed). > It isn't now. Thank

[dev][st] [PATCH] Fix output redirection in surf-open.sh

2013-03-13 Thread Alexander Sedov
Incorrect order of output rediection specifiers was causing useless text appearing in terminal when starting surf-open (for example, BadWindow error from xprop when tabbed window is already closed). It isn't now. --- surf-open.sh |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff