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/echo.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/echo.c') diff --git a/src/echo.c b/src/echo.c index b90965677..fa01da896 100644 --- a/src/echo.c +++ b/src/echo.c @@ -20,7 +20,7 @@ #include #include "system.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 "echo" #define AUTHORS \ @@ -102,7 +102,7 @@ hextobin (unsigned char c) } /* Print the words in LIST to standard output. If the first word is - `-n', then don't print a trailing newline. We also support the + '-n', then don't print a trailing newline. We also support the echo syntax from Version 9 unix systems. */ int -- cgit v1.2.3-54-g00ecf