From 3b8aa7e031c996ed051083984e5fa7078ec7cffd Mon Sep 17 00:00:00 2001 From: Hans Hagen Date: Mon, 22 Nov 2004 00:00:00 +0100 Subject: stable 2004.11.22 --- scripts/context/perl/texexec.pl | 3 ++- scripts/context/ruby/ctxtools.rb | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) (limited to 'scripts') diff --git a/scripts/context/perl/texexec.pl b/scripts/context/perl/texexec.pl index 277e2f810..aa62954ca 100644 --- a/scripts/context/perl/texexec.pl +++ b/scripts/context/perl/texexec.pl @@ -2254,10 +2254,11 @@ sub LocatedFormatPath { } if ($UseEnginePath && ($FormatPath ne '' && ($FormatPath !~ /$EnginePath\/$/))) { - $FormatPath .= $EnginePath . '/' ; + $FormatPath .= $EnginePath ; unless (-d $FormatPath) { mkdir $FormatPath ; } + $FormatPath .= '/' ; } return $FormatPath; diff --git a/scripts/context/ruby/ctxtools.rb b/scripts/context/ruby/ctxtools.rb index 59243aee0..5af38f25f 100644 --- a/scripts/context/ruby/ctxtools.rb +++ b/scripts/context/ruby/ctxtools.rb @@ -153,7 +153,7 @@ class Commands list.i_load('cd:variable', variables) list.i_load('cd:constant', constants) - list.i_load('cd:command' , strings) + # list.i_load('cd:command' , strings) list.i_load('cd:element' , strings) report("loading #{intfile}") -- cgit v1.2.3