Remove bad check
This commit is contained in:
parent
b6c049019a
commit
2f7994e3de
1 changed files with 0 additions and 8 deletions
|
@ -173,14 +173,6 @@ void mainWrapped(int argc, char * * argv)
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
|
||||||
if (file2->second.type != FSAccessor::Type::tRegular
|
|
||||||
|| !file2->second.isExecutable)
|
|
||||||
{
|
|
||||||
printError("symlink ‘%s’ points to non-executable ‘%s’",
|
|
||||||
storePath + "/" + file.first, stat.target);
|
|
||||||
break;
|
|
||||||
}
|
|
||||||
|
|
||||||
curPath = sub;
|
curPath = sub;
|
||||||
stat = file2->second;
|
stat = file2->second;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue