Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/duplicati/duplicati.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKenneth Skovhede <kenneth@hexad.dk>2018-04-12 10:38:26 +0300
committerKenneth Skovhede <kenneth@hexad.dk>2018-04-12 10:38:26 +0300
commitc30cca6a46335397110ad3e35a9c100ab47b3f5a (patch)
treef3ab0b9a8e66b763d0827416f02c0f049cbcf601 /tabs-to-spaces.sh
parent31bdc161fbb2cc51c745894836dd08a3ca8d6923 (diff)
Updated cleanup script to also enforce Windows-style line endings
Diffstat (limited to 'tabs-to-spaces.sh')
-rw-r--r--tabs-to-spaces.sh2
1 files changed, 2 insertions, 0 deletions
diff --git a/tabs-to-spaces.sh b/tabs-to-spaces.sh
index 0f9ddd0d2..1e52ad850 100644
--- a/tabs-to-spaces.sh
+++ b/tabs-to-spaces.sh
@@ -3,3 +3,5 @@ find Duplicati -type f -name *.js -exec sed -i '' $'s/\t/ /g' {} +
find Duplicati -type f -name *.css -exec sed -i '' $'s/\t/ /g' {} +
find Duplicati -type f -name *.cs -exec sed -i '' $'s/\t/ /g' {} +
find Duplicati -type f -name *.txt -exec sed -i '' $'s/\t/ /g' {} +
+
+find Duplicati -type f -name *.cs | xargs python unix2dos.py