From: Pierre-Marc Fournier Date: Fri, 12 Jun 2009 05:42:12 +0000 (-0400) Subject: hello/run: update library paths X-Git-Tag: v1.9.1~992 X-Git-Url: http://git.liburcu.org/?a=commitdiff_plain;h=0d6c445c5bd70d1c52b5378f7bf1a95661ce4873;p=lttng-ust.git hello/run: update library paths --- diff --git a/hello/run b/hello/run index ecc0bf2f..c2655f68 100755 --- a/hello/run +++ b/hello/run @@ -1,3 +1,3 @@ #!/bin/sh -UST_AUTOPROBE=1 UST_TRACE=1 LD_LIBRARY_PATH=../libtracectl:../libmarkers:../libtracing $1 ./hello +UST_AUTOPROBE=1 UST_TRACE=1 LD_LIBRARY_PATH=../libust/.libs $1 .libs/hello