We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 665e617 commit afff411Copy full SHA for afff411
tools/dump_source2.sh
@@ -48,6 +48,7 @@ fi
48
STRINGSIGNORE="$DUMP_DIR/.stringsignore"
49
if [[ -f "$STRINGSIGNORE" ]]; then
50
sort -u "$STRINGSIGNORE" > "$STRINGSIGNORE.tmp" && mv "$STRINGSIGNORE.tmp" "$STRINGSIGNORE"
51
+ dos2unix -q "$STRINGSIGNORE"
52
fi
53
54
if [[ $DUMPER_EXIT_CODE -ne 0 ]]; then
0 commit comments