mirror of
https://github.com/postgres/postgres.git
synced 2025-07-24 14:22:24 +03:00
Recode test for equality of source and build directory using 'test -ef', because even using pwd you might not get equal strings. Thanks, QNX.