> This is very likely due to a bug that I just fixed; "type -p" is not > available on the vanilla POSIX shell, but is what cap 1.99.2 uses to > determine whether a command exists in the path. I committed a change > that uses "which" instead, which should be more portable. If you open > capistrano/recipes/deploy/remote_dependency.rb and change line 26 to > use "which" instead of "type -p", does that work any better for you?
Jamis, yes, that made it and I agree, "which" is more portable. Thanks for your work on capistrano. Claudio --~--~---------~--~----~------------~-------~--~----~ To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/capistrano -~----------~----~----~----~------~----~------~--~---
