From 543f129680b7d9f68f2ec75c64f00a454e05f9c8 Mon Sep 17 00:00:00 2001 From: Kurt Zenker Date: Wed, 18 Aug 2010 17:20:56 +0200 Subject: masterfix: #i113912# fixed creating log directory --- solenv/bin/build.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'solenv') diff --git a/solenv/bin/build.pl b/solenv/bin/build.pl index d7bc7df26442..60a97fb2e764 100755 --- a/solenv/bin/build.pl +++ b/solenv/bin/build.pl @@ -234,7 +234,7 @@ if (defined $html_path) { $html_file = CorrectPath($html_path . '/' . $ENV{INPATH}. '.build.html'); } else { - my $log_directory = Cwd::realpath(CorrectPath($StandDir . '/../log')); + my $log_directory = Cwd::realpath(CorrectPath($StandDir . '/..')) . '/log'; if ((!-d $log_directory) && (!mkdir($log_directory))) { print_error("Cannot create $log_directory for writing html file\n"); }; -- cgit