mirror of https://gitlab.com/basile.b/dexed.git
fix linux version identifier. Only work on win btw.
This commit is contained in:
parent
0787af2b9d
commit
c54ec43fbc
|
@ -17,7 +17,7 @@ void main(string args[])
|
|||
version(Windows)
|
||||
string prgname = "cmd";
|
||||
else
|
||||
version(Linux) string prgname = "xterm";
|
||||
version(linux) string prgname = "xterm";
|
||||
else
|
||||
assert(0, "unsupported target");
|
||||
//
|
||||
|
|
Loading…
Reference in New Issue