diff options
Diffstat (limited to 'src/rm.c')
| -rw-r--r-- | src/rm.c | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -180,7 +180,7 @@ Note that if you use rm to remove a file, it is usually possible to recover\n\ the contents of that file. If you want more assurance that the contents are\n\ truly unrecoverable, consider using shred.\n\ "), stdout); - emit_bug_reporting_address (); + emit_ancillary_info (); } exit (status); } @@ -325,7 +325,7 @@ main (int argc, char **argv) } } - if (x.recursive & preserve_root) + if (x.recursive && preserve_root) { static struct dev_ino dev_ino_buf; x.root_dev_ino = get_root_dev_ino (&dev_ino_buf); |
