mirror of
https://github.com/tldr-pages/tldr.git
synced 2024-11-20 11:09:55 +03:00
scripts/wrong-filename: resolve wrong filenames (#12844)
This commit is contained in:
parent
ddd1bf38d6
commit
fa91c0c282
@ -8,8 +8,9 @@
|
||||
OUTPUT_FILE="inconsistent-filenames.txt"
|
||||
# Remove existing output file (if any)
|
||||
rm -f "$OUTPUT_FILE"
|
||||
touch "$OUTPUT_FILE"
|
||||
|
||||
IGNORE_LIST=("exclamation mark" "caret")
|
||||
IGNORE_LIST=("exclamation mark" "caret" "history expansion" "qm move disk" "umount" "rename")
|
||||
|
||||
set -e
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user