Remove bad check
This commit is contained in:
parent
b6c049019a
commit
2f7994e3de
|
@ -173,14 +173,6 @@ void mainWrapped(int argc, char * * argv)
|
|||
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;
|
||||
stat = file2->second;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue