On Wed, Jun 29, 2016 at 11:56:14AM +0200, Christoph Zimmermann wrote:
> After the recent update to version 2.3.7 mintty prints the error message
>
> Error: could not open log file: File exists.
> : File exists
>
> every time I open a mintty window. I've tracked this down to the following
> snippet
Am 29.06.2016 um 11:56 schrieb Christoph Zimmermann:
After the recent update to version 2.3.7 mintty prints the error message
Error: could not open log file: File exists.
: File exists
I suppose you have set Log=something in your .minttrc;
the described behaviour is actually on purpose;
if the
After the recent update to version 2.3.7 mintty prints the error message
Error: could not open log file: File exists.
: File exists
every time I open a mintty window. I've tracked this down to the
following snippet (around line # 228) in child.c:
char * logf = newn(char, MAX_PATH + 1);
3 matches
Mail list logo