From 655b262cf575bbf81df34f9966acc047ebbb383d Mon Sep 17 00:00:00 2001 From: Sebastien Douheret Date: Thu, 5 Apr 2018 11:15:41 +0200 Subject: [PATCH] Fixed meta tags in path to avoid conflict with spec syntax Signed-off-by: Sebastien Douheret --- conf.d/etc/profile.d/xds-server.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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} -- 2.16.6