From bfe711db1c07e73a5806647a637f609eb8c1773d Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Mon, 9 Jan 2012 22:38:24 +0100 Subject: maint: straggler *.[ch] files: convert more `...' to '...' The preceding commands ignored .[ch] files in lib/ and gl/. This is what I should have been doing from the start: git grep -l '`.*'\' $(g ls-files |grep '\.[ch]$') \ | xargs perl -pi -e 's/`(.+?'\'')/'\''$1/' --- lib/fd-reopen.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/fd-reopen.c') diff --git a/lib/fd-reopen.c b/lib/fd-reopen.c index 8a57f8cc1..42008ef50 100644 --- a/lib/fd-reopen.c +++ b/lib/fd-reopen.c @@ -26,7 +26,7 @@ #include /* Open a file to a particular file descriptor. This is like standard - `open', except it always returns DESIRED_FD if successful. */ + 'open', except it always returns DESIRED_FD if successful. */ int fd_reopen (int desired_fd, char const *file, int flags, mode_t mode) -- cgit v1.2.3-70-g09d2