Fix: babeltrace launch wrapper script
[babeltrace.git] / converter / babeltrace.in
diff --git a/converter/babeltrace.in b/converter/babeltrace.in
new file mode 100755 (executable)
index 0000000..ad99787
--- /dev/null
@@ -0,0 +1,5 @@
+#!/bin/sh
+
+@abs_top_builddir@/converter/babeltrace.bin \
+               --omit-system-plugin-path --omit-home-plugin-path \
+               --plugin-path "@abs_top_builddir@/plugins" ${*}
This page took 0.022927 seconds and 4 git commands to generate.