On Sat, 13 Mar 2010, Sven Schreiber wrote:
Sven Schreiber schrieb:
> I have a script and a workfile in the same directory (and that directory
> is not the CWD or dotdir or anything). The script starts with the open
> command:
>
> open ea16_96m1_sven18feb10.gdt --quiet
>
> and after starting gretl everything works fine.
> However, when I modify the script a little bit, save it, and then
> execute it again, I get an error:
>
> ? open ea16_96m1_sven18feb10.gdt --quiet
>
> Fehler bei Skriptausführung: Stopp
>
> Restarting gretl cures the (apparently reproducible) issue.
actually it seems that it's enough to reload (close/open) the script
file to work around this issue
I'm not convinced this is a bug. If you want to ensure that files
in a particular (ad hoc) directory are found, the best way is to
make that your PWD and choose the option to make your gretl
working directory respect the PWD on start-up.
Allin