Загрузить файлы в «coreutils»
This commit is contained in:
parent
8587881d00
commit
0630352642
@ -85,7 +85,7 @@ int main(const int argc, const char **argv) {
|
||||
int fd = open(argv[i], O_RDWR);
|
||||
if (fd < 0) {
|
||||
fprintf(stderr, "shred: %s is %s\n", argv[i], strerror(errno));
|
||||
return 1;
|
||||
continue;
|
||||
}
|
||||
|
||||
shred(rand_fd, fd);
|
||||
|
Loading…
Reference in New Issue
Block a user