rdoc is reporting:
sh: line 1: =: No such file or directory
rake aborted!
Anyone seen this before? Know what might cause it?
Thanks,
T.
rdoc is reporting:
sh: line 1: =: No such file or directory
rake aborted!
Anyone seen this before? Know what might cause it?
Thanks,
T.
I have seen this when a bash script gets saved with fileformat=dos under vim.
The funky newlines / linebreaks mess up bash.
Using "\n" for end of line should fix.
-Charlie
On Oct 11, 2004, at 2:34 PM, trans. (T. Onoma) wrote:
rdoc is reporting:
sh: line 1: =: No such file or directory
rake aborted!Anyone seen this before? Know what might cause it?
Thanks,
T.
Thanks Charlie. I think I know what's doing it. I have some unuuals file nems
in this package like '===.rb'. The rdoc rake tool it not quoting the file
names so it bombs.
T.
On Monday 11 October 2004 05:51 pm, Charles Mills wrote:
I have seen this when a bash script gets saved with fileformat=dos
under vim.
The funky newlines / linebreaks mess up bash.
Using "\n" for end of line should fix.-Charlie