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

(bug fix) Fixed issues/24 #25

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open

(bug fix) Fixed issues/24 #25

wants to merge 2 commits into from

Conversation

qwreey
Copy link

@qwreey qwreey commented Oct 3, 2022

Check #24 for detailed information

summer:

If app name have new line, it will be not escaped and occurs error on dot file sourcing. and fixed this issue with adding

appName = appName.replace("\t'"," ");
appName = appName.replace("'\n"," ");

@qwreey qwreey closed this Oct 3, 2022
@qwreey qwreey reopened this Oct 3, 2022
@j-refs
Copy link

j-refs commented Oct 7, 2023

I think at this point you'd be better off maintaining your own fork if you really like this software

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