File tree 2 files changed +2
-17
lines changed
2 files changed +2
-17
lines changed Original file line number Diff line number Diff line change @@ -168,7 +168,6 @@ kexec
168
168
lchown
169
169
ld
170
170
leetcode
171
- LeetCode
172
171
lf
173
172
lhs
174
173
lib
@@ -181,12 +180,10 @@ lld
181
180
lldb
182
181
llu
183
182
llx
184
- llX
185
183
longjmp
186
184
lseek
187
185
lu
188
186
lx
189
- lX
190
187
macOS
191
188
madvise
192
189
malloc
230
227
perf
231
228
pEs
232
229
pf
233
- pF
234
230
pg
235
231
pGg
236
232
pGp
@@ -239,25 +235,16 @@ phC
239
235
phD
240
236
phN
241
237
piSb
242
- pISb
243
238
piSc
244
- pISc
245
239
piSf
246
- pISf
247
240
piSh
248
- pISh
249
241
piSl
250
- pISl
251
242
piSn
252
- pISn
253
243
piSpc
254
- pISpc
255
244
pK
256
245
pm
257
- pM
258
246
pMF
259
247
pmR
260
- pMR
261
248
pNF
262
249
posix
263
250
pr
@@ -270,11 +257,9 @@ preprocessor
270
257
printf
271
258
proc
272
259
ps
273
- pS
274
260
pSR
275
261
ptrace
276
262
pUl
277
- pUL
278
263
putc
279
264
putchar
280
265
putenv
Original file line number Diff line number Diff line change @@ -223,11 +223,11 @@ if [ "${#SHELL_FILES[@]}" -gt 0 ]; then
223
223
fi
224
224
225
225
ASPELL_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
227
227
throw ' %s\n%s\n%s' \
228
228
' Aspell dictionary is unsorted or contains duplicated entries.' \
229
229
' Make sure that by using:' \
230
- " tail -n +2 $ASPELL_DICT_FILE | sort -du"
230
+ " tail -n +2 $ASPELL_DICT_FILE | sort -f - du"
231
231
fi
232
232
233
233
# Show insertion and deletion counts.
You can’t perform that action at this time.
0 commit comments