From: Sebastien Douheret Date: Thu, 5 Apr 2018 09:15:41 +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-server.git;a=commitdiff_plain;h=655b262cf575bbf81df34f9966acc047ebbb383d 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-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}