aboutsummaryrefslogtreecommitdiffstats
path: root/conf.d
diff options
context:
space:
mode:
authorSebastien Douheret <sebastien.douheret@iot.bzh>2017-10-17 13:52:56 +0200
committerSebastien Douheret <sebastien.douheret@iot.bzh>2017-10-17 13:52:56 +0200
commitb90bf44d37438096ca0928e08faa8799a8743023 (patch)
treed4d2b64ba4712b9ec25376c3b9ecb3edfe05000f /conf.d
parent6255220f5dd115619990f698044ffae36c3dfcf6 (diff)
Add install script and rulev0.1.1
Diffstat (limited to 'conf.d')
-rw-r--r--conf.d/etc/profile.d/xds-gdb.sh4
1 files changed, 4 insertions, 0 deletions
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}