SWI-Prolog / swipl

SWI-Prolog stable releases

Home Page:http://www.swi-prolog.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Erroneous saved state behavior with SWIPL variable set but null.

7heo opened this issue · comments

commented

When saving a state via the command

$ swipl -o mystate --foreign=save -c load.pl

The command

$ env SWIPL= ./mystate

errors out with:

./mystate: 3: exec: -x: not found

It is instead expected to start ProLog the same way as

$ ./mystate