Re: applescript shell script SCP?
Re: applescript shell script SCP?
- Subject: Re: applescript shell script SCP?
- From: "Mark J. Reed" <email@hidden>
- Date: Fri, 12 Dec 2008 18:57:35 -0500
On Fri, Dec 12, 2008 at 6:20 PM, Stan Cleveland
<email@hidden> wrote:
Try as I might, I couldn't get Mark's suggestion to work, which is to specify both dependencies (rubygems and net/sftp) as –r command options.
Interesting. Ruby Gems modifies the behavior of require, and apparently does it too late for it to affect -r. I was confused by the fact that it works with irb:
$ irb -rubygems -rnet/sftp
irb(main):001:0> Net::SFTP.start('localhost','mreed').info
=> true
irb(main):002:0>
--
Mark J. Reed <
email@hidden>
_______________________________________________
Do not post admin requests to the list. They will be ignored.
AppleScript-Users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
Archives: http://lists.apple.com/archives/applescript-users
This email sent to email@hidden