zendframework / ZFTool

Utility module for maintaining modular Zend Framework 2 applications.
187 stars 101 forks source link

Classmap : Fix double shash in filepaths, when using dot as directory #60

Closed coolmic closed 11 years ago

coolmic commented 11 years ago

https://github.com/zendframework/ZFTool/issues/29

This error occur only when using . as directory

zf classmap generate . autoload_classmap.php // double slash
zf classmap generate library autoload_classmap.php // no double slash