Commit dfe43048 authored by Bruce Momjian's avatar Bruce Momjian

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

parent 58e539e5
......@@ -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
]
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment