scripts/wrong-filename: resolve wrong filenames (#12844)
This commit is contained in:
@@ -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
|
||||
|
||||
|
Reference in New Issue
Block a user