File tree Expand file tree Collapse file tree 2 files changed +2
-17
lines changed Expand file tree Collapse file tree 2 files changed +2
-17
lines changed Original file line number Diff line number Diff line change @@ -168,7 +168,6 @@ kexec
168168lchown
169169ld
170170leetcode
171- LeetCode
172171lf
173172lhs
174173lib
@@ -181,12 +180,10 @@ lld
181180lldb
182181llu
183182llx
184- llX
185183longjmp
186184lseek
187185lu
188186lx
189- lX
190187macOS
191188madvise
192189malloc
230227perf
231228pEs
232229pf
233- pF
234230pg
235231pGg
236232pGp
@@ -239,25 +235,16 @@ phC
239235phD
240236phN
241237piSb
242- pISb
243238piSc
244- pISc
245239piSf
246- pISf
247240piSh
248- pISh
249241piSl
250- pISl
251242piSn
252- pISn
253243piSpc
254- pISpc
255244pK
256245pm
257- pM
258246pMF
259247pmR
260- pMR
261248pNF
262249posix
263250pr
@@ -270,11 +257,9 @@ preprocessor
270257printf
271258proc
272259ps
273- pS
274260pSR
275261ptrace
276262pUl
277- pUL
278263putc
279264putchar
280265putenv
Original file line number Diff line number Diff line change @@ -223,11 +223,11 @@ if [ "${#SHELL_FILES[@]}" -gt 0 ]; then
223223fi
224224
225225ASPELL_DICT_FILE=' scripts/aspell-pws'
226- if ! tail -n +2 $ASPELL_DICT_FILE | sort -cdu; then
226+ if ! LC_ALL=C tail -n +2 $ASPELL_DICT_FILE | sort -f -cdu; then
227227 throw ' %s\n%s\n%s' \
228228 ' Aspell dictionary is unsorted or contains duplicated entries.' \
229229 ' Make sure that by using:' \
230- " tail -n +2 $ASPELL_DICT_FILE | sort -du"
230+ " tail -n +2 $ASPELL_DICT_FILE | sort -f - du"
231231fi
232232
233233# Show insertion and deletion counts.
You can’t perform that action at this time.
0 commit comments