maint: remove unneeded double quotes on RHS of shell assignments
authorJim Meyering <meyering@redhat.com>
Tue, 25 May 2010 10:32:03 +0000 (12:32 +0200)
committerJim Meyering <meyering@redhat.com>
Tue, 25 May 2010 10:32:03 +0000 (12:32 +0200)
commit55db9a39a818e82324e1304e5d886aa2cf137092
tree0fde7834e3f95ef5fe16207a665864d5689ed3da
parent6bc44b5feb03ae7621106e7ee510cd15374e74f8
maint: remove unneeded double quotes on RHS of shell assignments

Run this command:
  git grep -l 'LC_[A-Z]*="' \
    | xargs perl -pi -e 's/(LC_[A-Z]*)="(.*?)"/$1=$2/'
* src/Makefile.am: Write LC_ALL=$$locale, not LC_ALL="$$locale".
* src/date.c (main): Similar, in a comment.
* tests/misc/sort-month: Write LC_ALL=$LOC, not LC_ALL="$LOC".
src/Makefile.am
src/date.c
tests/misc/sort-month