From e65cdbacb778bc7a3b1ebfb0441091b1032a1387 Mon Sep 17 00:00:00 2001 From: dos-reis Date: Mon, 27 Oct 2008 03:38:21 +0000 Subject: Quote path before dropping to shell. --- src/ChangeLog | 5 +++++ src/interp/i-syscmd.boot | 4 ++-- 2 files changed, 7 insertions(+), 2 deletions(-) (limited to 'src') diff --git a/src/ChangeLog b/src/ChangeLog index b4ee3f7b..2e8f3add 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,8 @@ +2008-10-26 Gabriel Dos Reis + + * interp/i-syscmd.boot (summary): Quote path. + (copyright): Likewise. + 2008-10-26 Gabriel Dos Reis * hyper/presea.in: Rename from hyper/presea. `awk' is not diff --git a/src/interp/i-syscmd.boot b/src/interp/i-syscmd.boot index b3fcd0e9..b380f1f5 100644 --- a/src/interp/i-syscmd.boot +++ b/src/interp/i-syscmd.boot @@ -767,10 +767,10 @@ withAsharpCmd args == --% )copyright -- display copyright notice summary l == - runCommand STRCONC ('"cat ", systemRootDirectory(),'"/lib/summary") + runCommand strconc('"cat _"", systemRootDirectory(),'"/lib/summary_"") copyright () == - runCommand STRCONC ('"cat ", systemRootDirectory(),'"/lib/copyright") + runCommand strconc('"cat _"", systemRootDirectory(),'"/lib/copyright_"") --% )credits -- display credit list -- cgit v1.2.3