mojohaus / appassembler

https://www.mojohaus.org/appassembler/
MIT License
93 stars 49 forks source link

Improve Windows batch file %BASEDIR% path generation #85

Closed adamretter closed 5 years ago

adamretter commented 5 years ago

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.

khmarbaise commented 5 years ago

Can make consistent commit message see https://github.com/mojohaus/appassembler#contributing

adamretter commented 5 years ago

@khmarbaise Okay done.