Revision 147af04d lib/backend.py

b/lib/backend.py
1455 1455
      fdstdin = open("/dev/null", "r")
1456 1456
      child = subprocess.Popen([script], stdin=fdstdin, stdout=subprocess.PIPE,
1457 1457
                               stderr=subprocess.STDOUT, close_fds=True,
1458
                               shell=False, cwd="/",env=env)
1458
                               shell=False, cwd="/", env=env)
1459 1459
      output = ""
1460 1460
      try:
1461 1461
        output = child.stdout.read(4096)

Also available in: Unified diff