diff options
author | Sebastien Douheret <sebastien.douheret@iot.bzh> | 2018-04-05 11:25:16 +0200 |
---|---|---|
committer | Sebastien Douheret <sebastien.douheret@iot.bzh> | 2018-04-05 11:25:16 +0200 |
commit | f7993c2552f007f34bfbd1865951d9243923276e (patch) | |
tree | 8fc50c4b8936b2cef3d15cfdb241e177fd37ee07 /conf.d | |
parent | c6c3c2eb22587d096016086ceb6bb0cab456ab4e (diff) |
Fixed meta tags in path to avoid conflict with spec syntaxv1.1.1
Signed-off-by: Sebastien Douheret <sebastien.douheret@iot.bzh>
Diffstat (limited to 'conf.d')
-rw-r--r-- | conf.d/etc/profile.d/xds-agent.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/conf.d/etc/profile.d/xds-agent.sh b/conf.d/etc/profile.d/xds-agent.sh index abff64e..dd7f01d 100644 --- a/conf.d/etc/profile.d/xds-agent.sh +++ b/conf.d/etc/profile.d/xds-agent.sh @@ -18,4 +18,4 @@ ########################################################################### #---------- AGL xds-agent 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} |