On my windows 7 desktop, the drush dl fullcalendar-plugin was not working and I traced it down to the drush_shell_exec command in the drush.inc file.

drush_shell_exec('type unzip') -- removing 'type' resolved the issue.

Patch attached for review.

CommentFileSizeAuthor
#1 fc-1912934-1.patch567 bytestim.plunkett
fullcalendar_drush.patch561 bytesblainelang
Support from Acquia helps fund testing for Drupal Acquia logo

Comments

tim.plunkett’s picture

Issue summary: View changes
FileSize
567 bytes

Hmm, so

$ type unzip
unzip is /usr/bin/unzip

Also,

$ which unzip
/usr/bin/unzip

colorbox.module uses 'type unzip', but the rest of drush and other commands use 'which unzip'. Will this work for windows?

VladSavitsky’s picture

Downloading JS library works for me just out of the box (without patches). Ubuntu 13.10.