summary refs log tree commit diff stats
path: root/lib/pure/osproc.nim
diff options
context:
space:
mode:
authorAndreas Rumpf <rumpf_a@web.de>2016-02-06 15:29:25 +0100
committerAndreas Rumpf <rumpf_a@web.de>2016-02-06 15:29:25 +0100
commit58f6bfb1dc44fc0cf406df6ddb3aae0c3974ed03 (patch)
treee124cba307a57a4de72754654791d00eb48b2770 /lib/pure/osproc.nim
parent19677a11b0680f5e76300608bc6dd61fd90229e8 (diff)
parent3941b8968cd44e4c629e29493fc4c8ffda5005f8 (diff)
downloadNim-58f6bfb1dc44fc0cf406df6ddb3aae0c3974ed03.tar.gz
Merge branch 'devel' of github.com:nim-lang/Nim into devel
Diffstat (limited to 'lib/pure/osproc.nim')
-rw-r--r--lib/pure/osproc.nim2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/pure/osproc.nim b/lib/pure/osproc.nim
index 34fb81520..38b0ed4a3 100644
--- a/lib/pure/osproc.nim
+++ b/lib/pure/osproc.nim
@@ -876,7 +876,7 @@ elif not defined(useNimRtl):
       let sizeRead = read(data.pErrorPipe[readIdx], addr error, sizeof(error))
       if sizeRead == sizeof(error):
         raiseOSError("Could not find command: '$1'. OS error: $2" %
-            [$data.sysCommand, $strerror(error)])
+          [$data.sysCommand, $strerror(error)])
 
       return pid