diff options
author | Timothee Cour <timothee.cour2@gmail.com> | 2018-12-04 00:45:58 -0800 |
---|---|---|
committer | Timothee Cour <timothee.cour2@gmail.com> | 2018-12-04 00:45:58 -0800 |
commit | c0a91970f2f0b363fa8a704a425a457e0b8bc0f5 (patch) | |
tree | e9796de65da0be3700825241cca3b0c5001bfb90 /lib | |
parent | 0768d3ae38d3c6b4e8a3fb8c6f206b80bfd971be (diff) | |
download | Nim-c0a91970f2f0b363fa8a704a425a457e0b8bc0f5.tar.gz |
fixup
Diffstat (limited to 'lib')
-rw-r--r-- | lib/pure/osproc.nim | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/pure/osproc.nim b/lib/pure/osproc.nim index 62c5b9d0b..77b3d8dcd 100644 --- a/lib/pure/osproc.nim +++ b/lib/pure/osproc.nim @@ -15,7 +15,7 @@ include "system/inclrtl" import strutils, os, strtabs, streams, cpuinfo -export quoteShell, quoteShellWindows, quoteShellPosix, processID +export quoteShell, quoteShellWindows, quoteShellPosix when defined(windows): import winlean |