There is an issue with get_cwd(), it doesn't support symlinks. Code should use drush_cwd() provided by the Drush API. Here is a patch for that.

CommentFileSizeAuthor
change-get_cwd-to-drush_cwd.patch521 bytespetsagouris

Comments

Grayside’s picture

Title: Change the get_cwd() to drush_cwd() » Change get_cwd() to use drush shell wrappers.
Status: Needs review » Fixed

With slight modifications--chdir should also be run via drush_shell_exec().

http://drupalcode.org/project/grn.git/commit/9c84de0

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.