mirror of
https://github.com/postgres/postgres.git
synced 2025-07-07 00:36:50 +03:00
Fix for current dir not in path, from stan's report.
This commit is contained in:
@ -147,7 +147,7 @@ dnl the IDENTIFIER: lines translated, then source it.
|
||||
[
|
||||
rm -f conftest.sh
|
||||
sed 's/^\([A-Za-z_]*\):\(.*\)$/\1="\2"/' "template/$TEMPLATE" >conftest.sh
|
||||
. conftest.sh
|
||||
. ./conftest.sh
|
||||
rm -f conftest.sh
|
||||
]
|
||||
|
||||
|
Reference in New Issue
Block a user