From: Francis Giraldeau Date: Sun, 12 May 2013 02:58:50 +0000 (-0400) Subject: Fix typo in run script X-Git-Tag: v2.2.0-rc3~26 X-Git-Url: http://git.liburcu.org/?a=commitdiff_plain;ds=sidebyside;h=44bdd28483fc3af9c60fef20b537a9a0c9d7d601;hp=725e63c5194bfdcde0a2a3507aca156ba36cf49f;p=lttng-ust.git Fix typo in run script The actual library is liblttng-ust-libc-wrapper.so Signed-off-by: Francis Giraldeau Signed-off-by: Mathieu Desnoyers --- diff --git a/liblttng-ust-libc-wrapper/run b/liblttng-ust-libc-wrapper/run index 2583d23c..80d41755 100755 --- a/liblttng-ust-libc-wrapper/run +++ b/liblttng-ust-libc-wrapper/run @@ -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 ${*}