ID:2239155
 
Resolved
shell() did not complete correctly on Linux systems.
BYOND Version:511.1379
Operating System:Linux
Web Browser:N/A
Applies to:Dream Daemon
Status: Resolved (511.1381)

This issue has been resolved.
(Posted by Lummox JR on behalf of Hikato.)

Descriptive Problem Summary:

Calling shell() during world startup allows the first shell() command to run, but subsequent commands don't run.

Code Snippet (if applicable) to Reproduce Problem:
world/New()
..()
spawn(5)
for(var/i=0, i<5, ++i)
world.log << "Shell [i+1]:"
shell("ls")
world.log << "Done with shell"


Expected Results:

Once shell() completes, the proc that called it should resume.

Actual Results:

Nothing happens.
Lummox JR resolved issue with message:
shell() did not complete correctly on Linux systems.
Huzzah!