[Gambas-user] Issue 568 in gambas: Exec fails to run scripts
gambas at ...2524...
gambas at ...2524...
Tue Oct 21 21:21:44 CEST 2014
Updates:
Status: Fixed
Comment #5 on issue 568 by benoit.m... at ...626...: Exec fails to run scripts
https://code.google.com/p/gambas/issues/detail?id=568
Because you usually run scripts from a shell, that does that for you
automatically. But when using the EXEC instruction, programs are run
directly, without a shell.
If you need to run program through a shell, you have to use the SHELL
instruction. But, of course, things become slower to start then.
--
You received this message because this project is configured to send all
issue notifications to this address.
You may adjust your notification preferences at:
https://code.google.com/hosting/settings
More information about the User
mailing list