hello/run: update library paths
authorPierre-Marc Fournier <pierre-marc.fournier@polymtl.ca>
Fri, 12 Jun 2009 05:42:12 +0000 (01:42 -0400)
committerPierre-Marc Fournier <pierre-marc.fournier@polymtl.ca>
Fri, 12 Jun 2009 05:42:12 +0000 (01:42 -0400)
hello/run

index ecc0bf2f7f2f90bbfb73cf3966c40f9cec182a5c..c2655f68acfae7cf785ce8091fe496ec6f41ff5d 100755 (executable)
--- 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
This page took 0.023827 seconds and 4 git commands to generate.