From afd0afe0a3febc5ed2888dbca23e75c06741668e Mon Sep 17 00:00:00 2001 From: Juan Carlos Date: Wed, 1 Apr 2020 21:56:18 -0300 Subject: Deprecate when declared(echo):echo (#13840) --- lib/pure/osproc.nim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib') diff --git a/lib/pure/osproc.nim b/lib/pure/osproc.nim index 92575e5f3..1472d4e3d 100644 --- a/lib/pure/osproc.nim +++ b/lib/pure/osproc.nim @@ -892,7 +892,7 @@ elif not defined(useNimRtl): # Parent process. Copy process information. if poEchoCmd in options: - when declared(echo): echo(command, " ", join(args, " ")) + echo(command, " ", join(args, " ")) result.id = pid result.exitFlag = false -- cgit 1.4.1-2-gfad0