Review: Needs Fixing Looks good now. Only one minor thing:
PATH=foo ./bin/zorba -q 'import module namespace p = "http://www.zorba-xquery.com/modules/process"; p:exec("ls")' I get { "exit-code" : 139, "stdout" : "", "stderr" : "execl: No such file or directory\nID: 80 Referenced URI: http://www.zorba-xquery.com/modules/process\nID: 94 Referenced URI: http://www.zorba-xquery.com/options/versioning\n" } still showing the referenced uris. The same happens for ./bin/zorba -q 'import module namespace p = "http://www.zorba-xquery.com/modules/process"; p:exec("ls", "-l", "PATH=foo")' -- https://code.launchpad.net/~zorba-coders/zorba/process-2/+merge/164415 Your team Zorba Coders is subscribed to branch lp:zorba/process-module. -- Mailing list: https://launchpad.net/~zorba-coders Post to : [email protected] Unsubscribe : https://launchpad.net/~zorba-coders More help : https://help.launchpad.net/ListHelp

