diff options
author | Sebastien Douheret <sebastien.douheret@iot.bzh> | 2018-04-05 11:15:41 +0200 |
---|---|---|
committer | Sebastien Douheret <sebastien.douheret@iot.bzh> | 2018-04-05 11:15:41 +0200 |
commit | 655b262cf575bbf81df34f9966acc047ebbb383d (patch) | |
tree | fbd2b3ea3a2707766144ccbfa5e9ea1d9ab9594b | |
parent | 1775ce4b91aa9c871d510d23a7d037f773d52b09 (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-server.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/conf.d/etc/profile.d/xds-server.sh b/conf.d/etc/profile.d/xds-server.sh index d56b870..3459829 100644 --- a/conf.d/etc/profile.d/xds-server.sh +++ b/conf.d/etc/profile.d/xds-server.sh @@ -18,4 +18,4 @@ ########################################################################### #---------- AGL xds-server 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} |