Fix: babeltrace launch wrapper script
[babeltrace.git] / converter / babeltrace.in
1 #!/bin/sh
2
3 @abs_top_builddir@/converter/babeltrace.bin \
4 --omit-system-plugin-path --omit-home-plugin-path \
5 --plugin-path "@abs_top_builddir@/plugins" ${*}
This page took 0.031336 seconds and 4 git commands to generate.