Skip to content

Commit 0bb2c06

Browse files
committed
Fix for duplicate LC_COLLATE
1 parent ca485d0 commit 0bb2c06

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

doc/src/sgml/install.sgml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -730,8 +730,7 @@ pg_id: can't load library 'libpq.so'
730730
<ProgramListing>
731731
LC_COLLATE=C
732732
LC_CTYPE=C
733-
LC_COLLATE=C
734-
export LC_COLLATE LC_CTYPE LC_COLLATE
733+
export LC_COLLATE LC_CTYPE
735734
</ProgramListing>
736735

737736
<ProgramListing>

0 commit comments

Comments
 (0)