]> granicus.if.org Git - postgresql/commit
Remove trailing slashes from directories in find command
authorPeter Eisentraut <peter_e@gmx.net>
Sat, 19 Sep 2015 02:03:42 +0000 (22:03 -0400)
committerPeter Eisentraut <peter_e@gmx.net>
Sat, 19 Sep 2015 02:06:54 +0000 (22:06 -0400)
commitf2dd10613e7fdd40cb4f543d86e7ef19f6d0a6e4
tree647473311d76e01085a6ec84f2c2d157d9ade480
parent4a4e6893aa080b9094dadbe0e65f8a75fee41ac6
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.
src/backend/nls.mk