Remove trailing slashes from directories in find command

Peter Eisentraut <peter_e@gmx.net>

Commit: f2dd10613e7fdd40cb4f543d86e7ef19f6d0a6e4
Author: Peter Eisentraut <peter_e@gmx.net>
Date: 2015-09-19T02:06:54Z
Releases: 9.6.0
Remove trailing slashes from directories in find command

BSD find is not very smart and ends up writing double slashes into the
output in those cases.  Also, xgettext is not very smart and splits the
file names incorrectly in those cases, resulting in slightly incorrect
file names being written into the POT file.

Files

PathChange+/−
src/backend/nls.mk modified +1 −1