提交 f9c946ca 编写于 作者: T Tingfang Bao 提交者: Bradford D. Boyle

Add curly braces for GPHOME var

Authored-by: NTingfang Bao <baotingfang@gmail.com>
(cherry picked from commit ae9bcdda4252524401fe6d1b4752355aa66e18ea)
上级 da4d7f95
......@@ -37,8 +37,8 @@ fi
cat <<"EOF"
if [ -e "$GPHOME/etc/openssl.cnf" ]; then
OPENSSL_CONF="$GPHOME/etc/openssl.cnf"
if [ -e "${GPHOME}/etc/openssl.cnf" ]; then
OPENSSL_CONF="${GPHOME}/etc/openssl.cnf"
fi
export GPHOME
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册