aboutsummaryrefslogtreecommitdiffstats
path: root/conf.d/etc/profile.d/xds-gdb.sh
diff options
context:
space:
mode:
authorSebastien Douheret <sebastien.douheret@iot.bzh>2018-04-05 13:13:34 +0200
committerSebastien Douheret <sebastien.douheret@iot.bzh>2018-04-05 13:13:34 +0200
commit65294140f33a35f96b1473c1954862d05fdddef8 (patch)
tree1c2642eab5da63359c30c448167c36a2bad93c75 /conf.d/etc/profile.d/xds-gdb.sh
parent0cd3a46a918d38ac671dd55600fc90fef81ba90f (diff)
Fixed meta tags in path to avoid conflict with spec syntaxv1.1.0v1.0.2
Signed-off-by: Sebastien Douheret <sebastien.douheret@iot.bzh>
Diffstat (limited to 'conf.d/etc/profile.d/xds-gdb.sh')
-rw-r--r--conf.d/etc/profile.d/xds-gdb.sh4
1 files changed, 2 insertions, 2 deletions
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}