Open genodeftest opened 7 years ago
@shiitake : I cannot reproduce your issue on Linux. After and running dos2unix or the sed command you provided above, there are no changes for me to commit to git, so I'm unable to fix this issue. Anyway, since my changes do not touch either lines, I think you should open a new issue. It looks like the git config is wrong. As far as I remember, there are some options to fix line endings in git. You might want to consult the manual. I don't know whether those changes are specific to your git config (i.e. global git config) or this repo git config.
I can confirm: no problems using genodeftest's patch on current cygwin (as of today)
@genodeftest thanks for the quick reply. sorry for invading your pull request. Since it appears that this repo hasn't been touched in a few years (except for your PR) I figured this might be the quickest way to grab someone's attention.
@shiitake : No problem and thanks for testing!
I had some issues with running this script in Cygwin
It looks like this is related to some of issues with the line endings. It can be resolved by running
dos2unix
or by runningsed -i 's/\r$//' pidgin-windev.sh
(which is what I had to do since I didn't have dos2unix installed)