diff options
author | Sebastien Douheret <sebastien.douheret@iot.bzh> | 2018-04-05 11:04:10 +0200 |
---|---|---|
committer | Sebastien Douheret <sebastien.douheret@iot.bzh> | 2018-04-05 11:04:10 +0200 |
commit | fd92acd31442e32047c5eeb6f7968afd4b04a312 (patch) | |
tree | b341565d1adcabe88531be39b4409596d151d32c /conf.d | |
parent | 05ecb2f2c82e6da6f0d93644589b8aae660e3ebf (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-cli.sh | 2 |
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} |