bug-gawk
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [bug-gawk] `exit' statement issue


From: Eli Zaretskii
Subject: Re: [bug-gawk] `exit' statement issue
Date: Sat, 01 Jun 2013 14:23:41 +0300

> Date: Tue, 28 May 2013 01:29:29 +0300
> From: Denis Shirokov <address@hidden>
> Cc: address@hidden, address@hidden
> 
> Sorry again I resend you source and the batch file that should be used
> to run the script.

Run how?  The batch file sets 2 environment variables, one to some
directory (which of course does not exist on my system), the other to
the list of arguments with which the batch file was invoked:

  @SET  EGAWK_PATH=\\CPU\CPU\DEV\PROJECT\eGAWK\
  @SET  EGAWK_CMDLINE= %*
  @GAWK.EXE -b -v BINMODE="rw" -f _main.gwk _main.gwk

Are these variables important, and if so, are their values important?
What is in the \\CPU\CPU\DEV\PROJECT\eGAWK\ directory, and does its
contents make any difference here?

Anyway, by trial and error, I established that all this complexity is
not needed.  I get the same error message on exit even if I invoke
Gawk like this:

  gawk -f _MAIN.GWK _MAIN.GWK

Do you see this as well?



reply via email to

[Prev in Thread] Current Thread [Next in Thread]