Move to kernel style SPDX license identifiers
[lttng-ust.git] / liblttng-ust-libc-wrapper / run
index e902cd8997485e21fac9fd3841bd0fb18df158ef..b784f51ac2d085de47cdef1260f0d929277ffbec 100755 (executable)
@@ -1,3 +1,5 @@
 #!/bin/sh
+#
+# SPDX-License-Identifier: LGPL-2.1-only
 
-LD_VERBOSE=1 LD_PRELOAD=.libs/liblttng-ust-libc.so $1
+LD_VERBOSE=1 LD_PRELOAD=.libs/liblttng-ust-libc-wrapper.so ${*}
This page took 0.023427 seconds and 4 git commands to generate.