diff options
author | Jim Meyering <meyering@redhat.com> | 2012-01-08 21:03:22 +0100 |
---|---|---|
committer | Jim Meyering <meyering@redhat.com> | 2012-01-09 21:51:59 +0100 |
commit | 3ba8b044267a5f7cfa8a7b0d7f19dab3f21431da (patch) | |
tree | 576e37b75cd77b289313b23676b6bebc08c1e23b /src/date.c | |
parent | a517386f1bf8c64ee7617cc2c9d0a16a1d85c8c4 (diff) | |
download | coreutils-3ba8b044267a5f7cfa8a7b0d7f19dab3f21431da.tar.gz |
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/date.c')
-rw-r--r-- | src/date.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/date.c b/src/date.c index 52cbffa32..b03efff60 100644 --- a/src/date.c +++ b/src/date.c @@ -395,7 +395,7 @@ main (int argc, char **argv) set_date = true; break; case 'u': - /* POSIX says that `date -u' is equivalent to setting the TZ + /* POSIX says that 'date -u' is equivalent to setting the TZ environment variable, so this option should do nothing other than setting TZ. */ if (putenv (bad_cast ("TZ=UTC0")) != 0) |