Fix for current dir not in path, from stan's report.

This commit is contained in:
Bruce Momjian 1998-12-28 05:37:50 +00:00
parent 58e539e574
commit dfe4304879
1 changed files with 1 additions and 1 deletions

View File

@ -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
]