aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSebastien Douheret <sebastien.douheret@iot.bzh>2018-04-05 11:04:10 +0200
committerSebastien Douheret <sebastien.douheret@iot.bzh>2018-04-05 11:04:10 +0200
commitfd92acd31442e32047c5eeb6f7968afd4b04a312 (patch)
treeb341565d1adcabe88531be39b4409596d151d32c
parent05ecb2f2c82e6da6f0d93644589b8aae660e3ebf (diff)
Fixed meta tags in path to avoid conflict with spec syntaxv1.1.1
Signed-off-by: Sebastien Douheret <sebastien.douheret@iot.bzh>
-rw-r--r--conf.d/etc/profile.d/xds-cli.sh2
1 files changed, 1 insertions, 1 deletions
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}