Fix typo in run script
[lttng-ust.git] / 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.024339 seconds and 4 git commands to generate.