Fix typo in run script
authorFrancis Giraldeau <francis.giraldeau@gmail.com>
Sun, 12 May 2013 02:58:50 +0000 (22:58 -0400)
committerMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Sun, 12 May 2013 02:58:50 +0000 (22:58 -0400)
The actual library is liblttng-ust-libc-wrapper.so

Signed-off-by: Francis Giraldeau <francis.giraldeau@gmail.com>
Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
liblttng-ust-libc-wrapper/run

index 2583d23c44abce84f1bd259a67b2a7db67a32531..80d4175573c04c2dcb184e933fe6e4ee8b8bcc1a 100755 (executable)
@@ -1,3 +1,3 @@
 #!/bin/sh
 
-LD_VERBOSE=1 LD_PRELOAD=.libs/liblttng-ust-libc.so ${*}
+LD_VERBOSE=1 LD_PRELOAD=.libs/liblttng-ust-libc-wrapper.so ${*}
This page took 0.024497 seconds and 4 git commands to generate.