X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;f=conf.d%2Fetc%2Fprofile.d%2Fxds-gdb.sh;fp=conf.d%2Fetc%2Fprofile.d%2Fxds-gdb.sh;h=91662d2460369ed900293e087090475c48926b3a;hb=b90bf44d37438096ca0928e08faa8799a8743023;hp=0000000000000000000000000000000000000000;hpb=6255220f5dd115619990f698044ffae36c3dfcf6;p=src%2Fxds%2Fxds-gdb.git diff --git a/conf.d/etc/profile.d/xds-gdb.sh b/conf.d/etc/profile.d/xds-gdb.sh new file mode 100644 index 0000000..91662d2 --- /dev/null +++ b/conf.d/etc/profile.d/xds-gdb.sh @@ -0,0 +1,4 @@ +#!/bin/bash + +#---------- AGL xds-exec tool options Start ---------" +[ ":${PATH}:" != *":%%XDS_INSTALL_BIN_DIR%%:"* ] && export PATH=%%XDS_INSTALL_BIN_DIR%%:${PATH}