On Mon, May 21, 2007 at 04:44:57AM -0700, ip520 wrote: > > Dear Rainer, > > Thx for the support provided. > > after running the command i get the following result: > > 0000000 # ! / u s r / b i n / e n v > p > 0000020 y t h o n \r \n # - * - c o > d
You have DOS-like linefeeds in your script, but want to run it under *nix. Change all "\r\n" to "\n". There are several ways to do that, the most simple might be using dos2unix. Rainer --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Trac Users" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/trac-users?hl=en -~----------~----~----~----~------~----~------~--~---
