> From: [email protected] (Vincent Belaïche) > Date: Thu, 17 Sep 2015 12:41:12 +0200 > Cc: Karl Berry <[email protected]>, Texinfo <[email protected]>, > Vincent Belaïche <[email protected]> > > The thing is that the code could be simplied: > > - replace all ${path_sep} or $path_sep by : > - remove the piece of code with uname | grep -iv 'gygwin|mingw|djgpp', > that sets path_sep, so that there is no longer any path_sep stuff.
That will certainly break DJGPP, where this stuff actually used to work at some point.
