From 75297eba4e2a8df3aa021a18736fe22cb360db3e Mon Sep 17 00:00:00 2001 From: Juan Jose Garcia Ripoll Date: Sat, 25 Oct 2008 01:03:42 +0200 Subject: [PATCH] Fixed typo --- src/c/unixsys.d | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/c/unixsys.d b/src/c/unixsys.d index 691660147..29bbebd37 100644 --- a/src/c/unixsys.d +++ b/src/c/unixsys.d @@ -78,7 +78,7 @@ si_make_pipe() cl_object stream_write; cl_object stream_read; cl_object exit_status = Cnil; -@{ +@ command = si_copy_to_simple_base_string(command); argv = cl_mapcar(2, @'si::copy-to-simple-base-string', argv); #if defined(mingw32) || defined (_MSC_VER) @@ -363,4 +363,4 @@ si_make_pipe() Cnil) exit_status) @) -} +