You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I think the best we can do is to support Drush6 on one side and it will be a bit messy as Drush can't cleanup temp files and such. Probably best to have Drush7 on both sides, yes.
Not sure how I only found this now but in running sql-sync this line https://github.com/drush-ops/drush/blob/master/commands/sql/sync.sql.inc#L344 has the following command:
stat --format="%Y"
This isn't supported on OS X 1.5.8 or 1.9 that I tested on. It produces this error...
$ stat --format
stat: illegal option -- -
The BSD derived stat command on these systems would use:
stat -f "%m"
It doesn't seem that we should have to test for what system things are on but should find a universally workable method.
The text was updated successfully, but these errors were encountered: