in reply to Re: : bad interpreter: Permission deniedrl
in thread bad interpreter: Permission denied

Ah, this does look like the problem. I typed a script in my Linux emacs install and it works fine. How do I just convert a file to Unix line ends though? I don't really want to retype all my scripts. ~~Guildencrantz
  • Comment on Re: Re: : bad interpreter: Permission deniedrl

Replies are listed 'Best First'.
Re: Re: Re: : bad interpreter: Permission deniedrl
by Rex(Wrecks) (Curate) on Apr 10, 2002 at 01:39 UTC
    use a program called dos2unix (in Redhat and available for most *nix's).

    "Nothing is sure but death and taxes" I say combine the two and its death to all taxes!
      Ah, perfect. Thank you for your help ~~Guildencrantz