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 error line numbers being wrong #86

Merged
merged 1 commit into from
Oct 4, 2018
Merged

Fix error line numbers being wrong #86

merged 1 commit into from
Oct 4, 2018

Conversation

jonpas
Copy link
Member

@jonpas jonpas commented Oct 4, 2018

When merged this pull request will:

Regex used:

find . -name '*.sqf' -type f -exec perl -0777 -pi -e 's/(.+)\#include\s\"script_component\.hpp\"\n/\#include \"script_component\.hpp\"\n\1/gs' -- {} +

@jonpas jonpas added the bug fix label Oct 4, 2018
@jonpas jonpas added this to the 1.6.0 milestone Oct 4, 2018
@jonpas jonpas merged commit d483f06 into master Oct 4, 2018
@jonpas jonpas deleted the fixErrorLineNumbers branch October 4, 2018 13:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant