Skip to content

Commit 726b0f1

Browse files
committed
Fix sh line ending
1 parent 05a8882 commit 726b0f1

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
*.sh text eol=lf

examples/Arq/LibStored.Arq/build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@ cmake ..
44
cmake --build .
55
# Regenerate CMake after code generation
66
cmake ..
7-
cmake --build . --target install
7+
cmake --build . --target install

0 commit comments

Comments
 (0)