[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: [PATCH] Add a method of automatically sorting the spelling files



Hi Paul!

Thanks for the patch.

* Paul Wise <pabs@debian.org>, 2016-09-04, 12:56:
+sort-%: %
+	csplit --prefix $<- $< '/^$$/'
+	LANG=en_US sort $<-01 | cat $<-00 - > $<

This should be s/LANG/LC_ALL/.

--
Jakub Wilk


Reply to: