Fix merge driver on Debian-based systems#1385
Conversation
…o avoid having to escape it Fixes versionpress#1384
|
@borekb What do you think? |
|
I'm trying to run tests for it, and doing a full suite was not the best idea :) It's been almost an hour an a half since it started. Do you have a couple of examples of how the replacements actually look, before and after the fix? |
test test2 test3 test2 is the file that will change. Testing done on by running ini-merge.sh on Before this change, test2: Also, this error is output to stdout: With this change, test2: and no error is output to stdout. |
|
Awesome! When the tests finish (I'm now running only Really glad you managed to fix this. We already have some friends working on the Go implementation but it might take a while so this is greatly appreciated 👍. |
|
I tried only |
|
For me too. Thanks, @candrews! |
|
I am not sure if it is related, but running similar
Oh, now I see, that I removed |
Fixes #1384
Using "" to escape "-" in tr isn't standard so move "-" to the end to avoid having to escape it.