Eliminate an annoying message.

This commit is contained in:
jkh 1997-09-02 08:48:47 +00:00
parent e2047f0e6d
commit aef420d4e2

View File

@ -1,5 +1,5 @@
#ifndef lint
static const char *rcsid = "$Id: plist.c,v 1.21 1997/06/30 03:15:40 jkh Exp $";
static const char *rcsid = "$Id: plist.c,v 1.22 1997/07/01 06:13:51 jkh Exp $";
#endif
/*
@ -410,10 +410,8 @@ delete_package(Boolean ign_err, Boolean nukedirs, Package *pkg)
if (Verbose)
printf("Delete file %s\n", tmp);
if (!Fake) {
if (delete_hierarchy(tmp, ign_err, nukedirs)) {
whinge("Unable to completely remove file '%s'", tmp);
if (delete_hierarchy(tmp, ign_err, nukedirs))
fail = FAIL;
}
if (preserve && name) {
char tmp2[FILENAME_MAX];