From 65f11d1597b1a19bf45e3e0efd37ecb368558523 Mon Sep 17 00:00:00 2001 From: Martin Mares Date: Mon, 31 Oct 2011 13:14:25 +0100 Subject: [PATCH] Use mkpath instead of make_path, it's not supported at Nikam yet --- lib/BEX/Queue.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/BEX/Queue.pm b/lib/BEX/Queue.pm index 0e4cfd9..04e21f8 100644 --- a/lib/BEX/Queue.pm +++ b/lib/BEX/Queue.pm @@ -108,7 +108,7 @@ sub remove($$) { if ($BEX::Config::keep_history) { my $s = $queue->{'Name'} . '/hosts/' . $machine; my $d = $queue->{'Name'} . '/history/' . $machine; - File::Path::make_path($d); + File::Path::mkpath($d); for my $suff ('job', 'stat', 'log') { my $src = "$s/$jid.$suff"; my $dst = "$d/$jid.$suff"; -- 2.39.2