svn commit: r295224 - head/bin/csh

Bryan Drewery bdrewery at FreeBSD.org
Wed Feb 3 23:37:26 UTC 2016


Author: bdrewery
Date: Wed Feb  3 23:37:24 2016
New Revision: 295224
URL: https://svnweb.freebsd.org/changeset/base/295224

Log:
  Don't link /usr/share/nls/de_DE.UTF-8/tcsh.cat to itself.
  
  Sponsored by:	EMC / Isilon Storage Division

Modified:
  head/bin/csh/Makefile

Modified: head/bin/csh/Makefile
==============================================================================
--- head/bin/csh/Makefile	Wed Feb  3 23:37:14 2016	(r295223)
+++ head/bin/csh/Makefile	Wed Feb  3 23:37:24 2016	(r295224)
@@ -62,7 +62,7 @@ CATALOGS=	et:et_EE.UTF-8 \
 		spanish:es_ES.UTF-8 \
 		ukrainian:uk_UA.UTF-8
 
-NLSLINKS_de_DE.UTF-8 = de_AT.UTF-8 de_CH.UTF-8 de_DE.UTF-8
+NLSLINKS_de_DE.UTF-8 = de_AT.UTF-8 de_CH.UTF-8
 NLSLINKS_fr_FR.UTF-8 = fr_BE.UTF-8 fr_CA.UTF-8 fr_CH.UTF-8
 NLSLINKS_it_IT.UTF-8 = it_CH.UTF-8
 


More information about the svn-src-all mailing list