feature 3006951

git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@6591 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
This commit is contained in:
jet777 2010-06-24 00:40:54 +00:00
parent b95c560979
commit 1b9223540a

View File

@ -286,7 +286,7 @@ while ($path) {
};
$path = $_;
my $sandbox = "$repo/sandbox";
if ( mkdir($path) or mkdir($sandbox) or system("cp $srcdir/$util $repo") or system("cp $asudir/$asu $repo")) {
if ( mkpath($path) or mkpath($sandbox) or system("cp $srcdir/$util $repo") or system("cp $asudir/$asu $repo")) {
output("Error making path or copying input file");
exit;
}