• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Re: Related to WO (a little)
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Related to WO (a little)


  • Subject: Re: Related to WO (a little)
  • From: "Jose L.Hales-Garcia" <email@hidden>
  • Date: Sat, 31 Jul 2004 06:18:12 -0700

On Jul 30, 2004, at 7:25 PM, email@hidden wrote:

There's probably something at the top of the script like this:

#!/bin/ksh

(might be slightly different, it's been a while since I did shell scripting and I'm being lazy and not looking it up)

That indicates that the script should be executed by ksh, as opposed to sh, csh, etc. I'm guessing that whatever is being specified by your script, /bin/ksh or whatever, is not installed on your system. So the thing that's not found isn't the install.ksh script, it's the interpreter being called for.

I wonder if they could get it to work by substituting bash as the interpreter (i.e. substitute the #!/bin/ksh line with #!/bin/bash). At any rate ksh is available through Darwinports or Fink.


Jose
_______________________________________________
webobjects-dev mailing list | email@hidden
Help/Unsubscribe/Archives: http://www.lists.apple.com/mailman/listinfo/webobjects-dev
Do not post admin requests to the list. They will be ignored.


  • Follow-Ups:
    • Re: Related to WO (a little)
      • From: "Jose L.Hales-Garcia" <email@hidden>
References: 
 >Re: Related to WO (a little) (From: Bill Reynolds <email@hidden>)
 >Re: Related to WO (a little) (From: email@hidden)

  • Prev by Date: Re: Fault Confusion
  • Next by Date: JavaDoc -> WODoc ??
  • Previous by thread: Re: Related to WO (a little)
  • Next by thread: Re: Related to WO (a little)
  • Index(es):
    • Date
    • Thread