From 65294140f33a35f96b1473c1954862d05fdddef8 Mon Sep 17 00:00:00 2001 From: Sebastien Douheret Date: Thu, 5 Apr 2018 13:13:34 +0200 Subject: Fixed meta tags in path to avoid conflict with spec syntax Signed-off-by: Sebastien Douheret --- conf.d/etc/profile.d/xds-gdb.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'conf.d/etc/profile.d/xds-gdb.sh') diff --git a/conf.d/etc/profile.d/xds-gdb.sh b/conf.d/etc/profile.d/xds-gdb.sh index f71fb6c..58173f1 100644 --- a/conf.d/etc/profile.d/xds-gdb.sh +++ b/conf.d/etc/profile.d/xds-gdb.sh @@ -18,5 +18,5 @@ # ########################################################################### -#---------- AGL xds-exec tool options Start ---------" -[ ":${PATH}:" != *":%%XDS_INSTALL_BIN_DIR%%:"* ] && export PATH=%%XDS_INSTALL_BIN_DIR%%:${PATH} +#---------- AGL xds-gdb tool options Start ---------" +[ ":${PATH}:" != *":@XDS_INSTALL_BIN_DIR@:"* ] && export PATH=@XDS_INSTALL_BIN_DIR@:${PATH} -- cgit 1.2.3-korg