hello2/run: fix library paths
authorPierre-Marc Fournier <pierre-marc.fournier@polymtl.ca>
Tue, 16 Jun 2009 21:05:12 +0000 (17:05 -0400)
committerPierre-Marc Fournier <pierre-marc.fournier@polymtl.ca>
Tue, 16 Jun 2009 21:05:12 +0000 (17:05 -0400)
tests/hello2/run

index 6f5f5ba3a101df1a8de4781b199e643a2de9ab70..f681b7737ddf85ce3d3f0ba67044fa6f74f5cf79 100755 (executable)
@@ -1,3 +1,3 @@
 #!/bin/sh
 
-UST_AUTOPROBE=1 UST_TRACE=1 LD_LIBRARY_PATH=../libust/.libs:../../liburcu $1 .libs/hello2
+UST_AUTOPROBE=1 UST_TRACE=1 LD_LIBRARY_PATH=../../libust/.libs:../../../liburcu $1 .libs/hello2
This page took 0.023195 seconds and 4 git commands to generate.