Fixed meta tags in path to avoid conflict with spec syntax v1.1.1
authorSebastien Douheret <sebastien.douheret@iot.bzh>
Thu, 5 Apr 2018 09:15:41 +0000 (11:15 +0200)
committerSebastien Douheret <sebastien.douheret@iot.bzh>
Thu, 5 Apr 2018 09:15:41 +0000 (11:15 +0200)
Signed-off-by: Sebastien Douheret <sebastien.douheret@iot.bzh>
conf.d/etc/profile.d/xds-server.sh

index d56b870..3459829 100644 (file)
@@ -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}