diff options
Diffstat (limited to 'conf.d/etc')
-rw-r--r-- | conf.d/etc/profile.d/xds-server.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/conf.d/etc/profile.d/xds-server.sh b/conf.d/etc/profile.d/xds-server.sh index d56b870..3459829 100644 --- a/conf.d/etc/profile.d/xds-server.sh +++ b/conf.d/etc/profile.d/xds-server.sh @@ -18,4 +18,4 @@ ########################################################################### #---------- AGL xds-server tool options Start ---------" -[ ":${PATH}:" != *":%%XDS_INSTALL_BIN_DIR%%:"* ] && export PATH=%%XDS_INSTALL_BIN_DIR%%:${PATH} +[ ":${PATH}:" != *":@XDS_INSTALL_BIN_DIR@:"* ] && export PATH=@XDS_INSTALL_BIN_DIR@:${PATH} |