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

outputclue.sh does not work on Windows (different issue than #8) #31

Open
KellyWay opened this issue Oct 30, 2015 · 1 comment
Open

Comments

@KellyWay
Copy link

When running on Windows with git-bash (at least the way I have it configured), echo $w | $csum | awk '{print $1}' does not produce the expected hash of 7c85d987a917c2a555d1391426978f05. As a result, it prints the line: Well, congratulations!! You fixed my conflict!!... (even though the player has not yet completed the level's challenge of performing the merge and resolving the conflict).

I traced the problem to the fact that the read function in bash on Windows (at least in my configuration) reads a CRLF, and the hash was generated with just a LF.

@ghost
Copy link

ghost commented Aug 11, 2021

Please fix it

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

No branches or pull requests

1 participant