From d4c265fd1863fff5b5d2c27a8d00cfcccf0dcf85 Mon Sep 17 00:00:00 2001 From: till Date: Tue, 3 Jul 2012 17:09:27 +0200 Subject: [PATCH] Sorry, tabs. --- src/Composer/Autoload/AutoloadGenerator.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Composer/Autoload/AutoloadGenerator.php b/src/Composer/Autoload/AutoloadGenerator.php index dda858764..b3d9e76f2 100644 --- a/src/Composer/Autoload/AutoloadGenerator.php +++ b/src/Composer/Autoload/AutoloadGenerator.php @@ -123,7 +123,7 @@ EOF; if (0 === strpos($path, dirname($vendorPath), 0)) { // this path seems to be located within this application/package - $path = '/' . $filesystem->findShortestPath(getcwd(), $path, true); + $path = '/' . $filesystem->findShortestPath(getcwd(), $path, true); $classmapFile .= '$baseDir . '; } $classmapFile .= var_export($path, true).",\n";