From 817944c2e6983c76ddb04645df76a0954e737109 Mon Sep 17 00:00:00 2001 From: Basile Burg Date: Sun, 7 Dec 2014 08:53:55 +0100 Subject: [PATCH] no way to redirect xterm like cmd --- lazproj/test/src/runnable_console.d | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/lazproj/test/src/runnable_console.d b/lazproj/test/src/runnable_console.d index 61875b2d..fe541fe9 100644 --- a/lazproj/test/src/runnable_console.d +++ b/lazproj/test/src/runnable_console.d @@ -14,10 +14,11 @@ void main(string args[]) { import std.process; // + string prgname; version(Windows) - string prgname = "cmd"; + prgname = "cmd"; /*else - version(linux) string prgname = "xterm";*/ + version(linux) prgname = "xterm";*/ else assert(0, "unsupported target"); //