From e28f2b38deea56fdcb72028d0668e2587f0a1b7f Mon Sep 17 00:00:00 2001 From: slef Date: Mon, 14 Jul 2003 23:36:03 +0000 Subject: [PATCH] ugly fix, deleting a prototype --- misc/Install.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/misc/Install.pm b/misc/Install.pm index 7ff491adeb..7eac68e8d2 100644 --- a/misc/Install.pm +++ b/misc/Install.pm @@ -410,7 +410,7 @@ to $mode or not. (This is the behaviour of the mkdir -p command.) =cut -sub mkdir_parents ($;$) { +sub mkdir_parents { my($path, $mode) = @_; my $ok = -d($path)? 1: defined $mode? mkdir($path, $mode): mkdir($path); -- 2.39.2