From fd92acd31442e32047c5eeb6f7968afd4b04a312 Mon Sep 17 00:00:00 2001 From: Sebastien Douheret Date: Thu, 5 Apr 2018 11:04:10 +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-cli.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conf.d/etc/profile.d/xds-cli.sh b/conf.d/etc/profile.d/xds-cli.sh index d0797a5..3c8a13d 100644 --- a/conf.d/etc/profile.d/xds-cli.sh +++ b/conf.d/etc/profile.d/xds-cli.sh @@ -19,4 +19,4 @@ ########################################################################### #---------- AGL xds-cli 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