Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix docker on windows (.sh files should have LF line endings) #4

Merged
merged 1 commit into from
Apr 21, 2024

Conversation

RobThree
Copy link
Contributor

@RobThree RobThree commented Apr 21, 2024

See #3

Figured it out; The initdb.sh script was checked out with CRLF line endings (Windows default); but bash is pretty particular about it's line endings and requires LF. So I added .gitattributes to ensure Git checks out *.sh files with UNIX line endings (LF).

The unittests pass now, so I can start work on creating a MS SQL Server variant.

@AlexeyRaga AlexeyRaga merged commit 3cf58ae into AlexeyRaga:main Apr 21, 2024
@RobThree RobThree deleted the fix-docker-win branch April 22, 2024 07:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants