don't complain about missing file for app sigs :)

git-svn-id: file:///srv/svn/repos/haiku/trunk/current@9677 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
François Revol 2004-10-31 12:23:32 +00:00
parent 018d52f277
commit d55b4e24f8

View File

@ -56,6 +56,7 @@ main(int argc, char **argv)
BList teams;
if (argc > 1) {
roster.GetAppList(*argv, &teams);
rc = B_OK;
}
if (teams.IsEmpty())
rc = roster.Launch(*argv);