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:
parent
b95c560979
commit
1b9223540a
@ -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;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user