[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: guile -s is it necessary?
From: |
Paul Jarc |
Subject: |
Re: guile -s is it necessary? |
Date: |
Fri, 18 Oct 2002 15:04:00 -0400 |
User-agent: |
Gnus/5.090008 (Oort Gnus v0.08) Emacs/21.2 (i686-pc-linux-gnu) |
Neil Jerram <address@hidden> wrote:
>>>>>> "Paul" == Paul Jarc <address@hidden> writes:
> Paul> guile foo.scm arg-to-foo another-arg-to-foo
> Paul> guile -e main foo.scm arg-to-foo another-arg-to-foo
> Paul> Such command lines are erroneous now, [...]
>
> Why do you say they are erroneous? They look fine to me.
$ guile foo.scm arg-to-foo another-arg-to-foo
guile: Unrecognized switch `foo.scm'
[...]
I.e., guile treats this kind of command line as an error.
paul