From c0a91970f2f0b363fa8a704a425a457e0b8bc0f5 Mon Sep 17 00:00:00 2001 From: Timothee Cour Date: Tue, 4 Dec 2018 00:45:58 -0800 Subject: [PATCH] fixup --- lib/pure/osproc.nim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/pure/osproc.nim b/lib/pure/osproc.nim index 62c5b9d0b7..77b3d8dcd7 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