Fixed meta tags in path to avoid conflict with spec syntax
[src/xds/xds-cli.git] / conf.d / etc / profile.d / xds-cli.sh
index 9973c65..3c8a13d 100644 (file)
@@ -1,7 +1,7 @@
 #!/bin/bash
 
 ###########################################################################
-# Copyright 2017 IoT.bzh
+# Copyright 2017-2018 IoT.bzh
 #
 # author: Sebastien Douheret <sebastien@iot.bzh>
 #
@@ -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}