summarylogtreecommitdiffstats
path: root/sptk.sh
diff options
context:
space:
mode:
Diffstat (limited to 'sptk.sh')
-rw-r--r--sptk.sh3
1 files changed, 3 insertions, 0 deletions
diff --git a/sptk.sh b/sptk.sh
new file mode 100644
index 000000000000..9a54e5c5597f
--- /dev/null
+++ b/sptk.sh
@@ -0,0 +1,3 @@
+# Set path to sptk bindirs if they exist
+[ -d /opt/sptk/bin ] && PATH=$PATH:/opt/sptk/bin
+export PATH