Use build tree plugins when executing from build tree
[babeltrace.git] / converter / babeltrace.wrapper.in
1 #!/bin/sh
2
3 babeltrace --omit-system-plugin-path --omit-home-plugin-path \
4 --plugin-path "@abs_top_builddir@/plugins" ${*}
This page took 0.029716 seconds and 4 git commands to generate.