From a517386f1bf8c64ee7617cc2c9d0a16a1d85c8c4 Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Sun, 8 Jan 2012 15:08:30 +0100 Subject: maint: src/*.c: change remaining quotes (without embedded spaces) Run this (twice): git grep -E -l '`[^ ]+'\' src/*.c \ |xargs perl -pi -e 's/`([^ ]+'\'')/'\''$1/' --- src/mkfifo.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/mkfifo.c') diff --git a/src/mkfifo.c b/src/mkfifo.c index 743ac4a35..7f03cb922 100644 --- a/src/mkfifo.c +++ b/src/mkfifo.c @@ -27,7 +27,7 @@ #include "modechange.h" #include "quote.h" -/* The official name of this program (e.g., no `g' prefix). */ +/* The official name of this program (e.g., no 'g' prefix). */ #define PROGRAM_NAME "mkfifo" #define AUTHORS proper_name ("David MacKenzie") -- cgit v1.2.3-54-g00ecf