Skip to content

Commit

Permalink
sed
Browse files Browse the repository at this point in the history
  • Loading branch information
krlmlr committed Oct 28, 2024
1 parent e69cfd0 commit 99152e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion configure.win
Original file line number Diff line number Diff line change
Expand Up @@ -39,5 +39,5 @@ fi

if [ -f duckdb.tar.xz ]; then
tar xJf duckdb.tar.xz
find duckdb -type f | xargs unix2dos
find duckdb -type f | xargs sed -i 's/$/\r/'
fi

0 comments on commit 99152e0

Please sign in to comment.