From 0d6c445c5bd70d1c52b5378f7bf1a95661ce4873 Mon Sep 17 00:00:00 2001 From: Pierre-Marc Fournier Date: Fri, 12 Jun 2009 01:42:12 -0400 Subject: [PATCH] hello/run: update library paths --- hello/run | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.34.1