Skip to content

Commit

Permalink
is it line breaks???
Browse files Browse the repository at this point in the history
  • Loading branch information
NotaInutilis committed Nov 23, 2023
1 parent 2a58ad0 commit aa3c509
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/import.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
./scripts/download.sh < ./import/importlist.txt

# Copy to modified
cp -r ./import/original ./import/modified
cp -a ./import/original/. ./import/modified/

# Cleanup imported sources (Same code in update.sh)
## Special cleanup for imported sources of other formats (AdBlock, hosts, etc.)
Expand All @@ -29,4 +29,4 @@ find ./import/modified -type f -name "*.txt" -exec bash -c '
' {} \;

# Copy to sources
cp -r ./import/modified ./sources/_imported
cp -a ./import/modified/. ./sources/_imported/

0 comments on commit aa3c509

Please sign in to comment.