summaryrefslogtreecommitdiff
path: root/src/remove.c
diff options
context:
space:
mode:
authorJim Meyering <meyering@redhat.com>2012-01-08 21:03:22 +0100
committerJim Meyering <meyering@redhat.com>2012-01-09 21:51:59 +0100
commit3ba8b044267a5f7cfa8a7b0d7f19dab3f21431da (patch)
tree576e37b75cd77b289313b23676b6bebc08c1e23b /src/remove.c
parenta517386f1bf8c64ee7617cc2c9d0a16a1d85c8c4 (diff)
downloadcoreutils-3ba8b044267a5f7cfa8a7b0d7f19dab3f21431da.tar.xz
maint: src/*.[ch]: convert more `...' to '...'
Run this (twice): git grep -E -l '`.+'\' src/*.[ch] \ |xargs perl -pi -e 's/`(.+?'\'')/'\''$1/'
Diffstat (limited to 'src/remove.c')
-rw-r--r--src/remove.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/remove.c b/src/remove.c
index bb68ed66d..60d911027 100644
--- a/src/remove.c
+++ b/src/remove.c
@@ -181,7 +181,7 @@ write_protected_non_symlink (int fd_cwd,
IS_DIR is true if ENT designates a directory, false otherwise.
- Depending on MODE, ask whether to `descend into' or to 'remove' the
+ Depending on MODE, ask whether to 'descend into' or to 'remove' the
directory FILENAME. MODE is ignored when FILENAME is not a directory.
Set *IS_EMPTY_P to T_YES if FILENAME is an empty directory, and it is
appropriate to try to remove it with rmdir (e.g. recursive mode).
@@ -236,7 +236,7 @@ prompt (FTS const *fts, FTSENT const *ent, bool is_dir,
}
else
{
- /* This happens, e.g., with `rm '''. */
+ /* This happens, e.g., with 'rm '''. */
write_protected = -1;
wp_errno = errno;
}