-
Notifications
You must be signed in to change notification settings - Fork 50
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
Improve Windows batch file %BASEDIR% path generation #85
Comments
adamretter
changed the title
Windows paths in generates scripts include .. and \\
Windows paths in generated scripts include .. and \\
Apr 27, 2019
adamretter
changed the title
Windows paths in generated scripts include .. and \\
Windows paths in generated scripts include '..' and '\\'
Apr 27, 2019
adamretter
added a commit
to adamretter/appassembler
that referenced
this issue
Apr 27, 2019
Can make consistent commit message see https://github.com/mojohaus/appassembler#contributing |
adamretter
changed the title
Windows paths in generated scripts include '..' and '\\'
Improve Windows batch file %BASEDIR% path generation
May 1, 2019
adamretter
added a commit
to adamretter/appassembler
that referenced
this issue
May 1, 2019
@khmarbaise Okay done. |
adamretter
added a commit
to adamretter/appassembler
that referenced
this issue
May 9, 2019
khmarbaise
pushed a commit
that referenced
this issue
May 9, 2019
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Paths generated for the Windows batch scripts when expanded at runtime often include
..
and\\
.This is due to the way the location of the directory containing the script is calculated and then how paths are concatenated with this.
This should be improved so that the path is correct and does not need further normalization.
The text was updated successfully, but these errors were encountered: