From: Sebastien Douheret Date: Thu, 5 Apr 2018 09:25:16 +0000 (+0200) Subject: Fixed meta tags in path to avoid conflict with spec syntax X-Git-Tag: v1.1.1 X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?p=src%2Fxds%2Fxds-agent.git;a=commitdiff_plain;h=f7993c2552f007f34bfbd1865951d9243923276e Fixed meta tags in path to avoid conflict with spec syntax Signed-off-by: Sebastien Douheret --- 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}