pgsql: Remove trailing slashes from directories in find command

From: Peter Eisentraut <peter_e(at)gmx(dot)net>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Remove trailing slashes from directories in find command
Date: 2015-09-19 02:07:24
Message-ID: E1Zd7Yi-0005p9-BD@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

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.

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/f2dd10613e7fdd40cb4f543d86e7ef19f6d0a6e4

Modified Files
--------------
src/backend/nls.mk | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Peter Eisentraut 2015-09-19 02:46:07 pgsql: Add missing serial comma
Previous Message Robert Haas 2015-09-19 01:57:31 pgsql: Glue layer to connect the executor to the shm_mq mechanism.