From b90bf44d37438096ca0928e08faa8799a8743023 Mon Sep 17 00:00:00 2001 From: Sebastien Douheret Date: Tue, 17 Oct 2017 13:52:56 +0200 Subject: Add install script and rule --- conf.d/etc/profile.d/xds-gdb.sh | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 conf.d/etc/profile.d/xds-gdb.sh (limited to 'conf.d') 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} -- cgit 1.2.3-korg