This commit is contained in:
Eric Andersen
1999-11-16 00:46:00 +00:00
parent a9c95ea655
commit d80e851dc0
15 changed files with 54 additions and 2263 deletions

View File

@@ -54,6 +54,8 @@ static int fileAction(const char *fileName, struct stat* statbuf)
strcat(newdestName, "/");
if ( skipName != NULL)
strcat(newdestName, strstr(fileName, skipName));
else
strcat(newdestName, srcName);
}
return (copyFile(fileName, newdestName, preserveFlag, followLinks));
}