OSDN Git Service

Use single quotes in preference to double quotes for protecting pathnames.
authorTom Lane <tgl@sss.pgh.pa.us>
Thu, 16 Jun 2011 01:45:23 +0000 (21:45 -0400)
committerTom Lane <tgl@sss.pgh.pa.us>
Thu, 16 Jun 2011 01:45:23 +0000 (21:45 -0400)
commit1568fa75bcf393977425ccb73752b98883a9f375
tree1e7484b81eae58e48c679581fa9e509900c529f2
parente1ccaff6eea1b48f4b9b28cabaf0f990119b0d19
Use single quotes in preference to double quotes for protecting pathnames.

Per recommendation from Peter.  Neither choice is bulletproof, but this
is the existing style and it does help prevent unexpected environment
variable substitution.
src/Makefile.global.in
src/Makefile.shlib
src/backend/Makefile
src/interfaces/ecpg/test/Makefile
src/makefiles/Makefile.aix
src/test/isolation/Makefile