Minor fix: libc wrapper internal run script
[lttng-ust.git] / liblttng-ust-libc-wrapper / run
index e902cd8997485e21fac9fd3841bd0fb18df158ef..2583d23c44abce84f1bd259a67b2a7db67a32531 100755 (executable)
@@ -1,3 +1,3 @@
 #!/bin/sh
 
-LD_VERBOSE=1 LD_PRELOAD=.libs/liblttng-ust-libc.so $1
+LD_VERBOSE=1 LD_PRELOAD=.libs/liblttng-ust-libc.so ${*}
This page took 0.026766 seconds and 4 git commands to generate.