summaryrefslogtreecommitdiff
path: root/src/remove.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/remove.c')
-rw-r--r--src/remove.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/remove.c b/src/remove.c
index 387a27bd3..0e0a970f2 100644
--- a/src/remove.c
+++ b/src/remove.c
@@ -889,6 +889,10 @@ remove_cwd_entries (Dirstack_state *ds, char **subdir, struct stat *subdir_sb,
error (EXIT_FAILURE, errno, _("cannot lstat %s"),
quote (full_filename (f)));
+ /* FIXME: here (if F is a command line argument) is at least one
+ place in which we'll have to compare the dev/ino against those
+ of `/', in implementing fail-to-remove-root-dir semantics. */
+
if (chdir (f))
{
/* It is much more common that we reach this point for an