X-Git-Url: http://git.lttng.org./?a=blobdiff_plain;ds=sidebyside;f=hello%2Frun;h=837b8f8da6ecad96c1e3369d286c65d97947c343;hb=ba6459ba344b54a4f7775e431447be79fd7790f8;hp=6f72e22ea2802f809ea024a15ea5254879508939;hpb=b6bf28ecd4c07e7865d340f1600a35d6edc05ec8;p=lttng-ust.git diff --git a/hello/run b/hello/run index 6f72e22e..837b8f8d 100755 --- a/hello/run +++ b/hello/run @@ -1,3 +1,3 @@ #!/bin/sh -LD_LIBRARY_PATH=../libtracectl:../libmarkers ./hello +LD_LIBRARY_PATH=../libtracectl:../libmarkers:../libtracing $1 ./hello