From 3ba8b044267a5f7cfa8a7b0d7f19dab3f21431da Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Sun, 8 Jan 2012 21:03:22 +0100 Subject: maint: src/*.[ch]: convert more `...' to '...' Run this (twice): git grep -E -l '`.+'\' src/*.[ch] \ |xargs perl -pi -e 's/`(.+?'\'')/'\''$1/' --- src/touch.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/touch.c') diff --git a/src/touch.c b/src/touch.c index c7a97f195..1d547d0a4 100644 --- a/src/touch.c +++ b/src/touch.c @@ -139,7 +139,7 @@ touch (const char *file) default_permissions); /* Don't save a copy of errno if it's EISDIR, since that would lead - touch to give a bogus diagnostic for e.g., `touch /' (assuming + touch to give a bogus diagnostic for e.g., 'touch /' (assuming we don't own / or have write access to it). On Solaris 5.6, and probably other systems, it is EINVAL. On SunOS4, it's EPERM. */ if (fd == -1 && errno != EISDIR && errno != EINVAL && errno != EPERM) -- cgit v1.2.3-54-g00ecf