tests: Move to kernel style SPDX license identifiers
[lttng-tools.git] / tests / regression / ust / ust-dl / run.sh
index d489ad4dbff4e0aa2e64f02dd429d9caffafadc3..f78faaec4cc6db059bb2155bdc4016945796cd61 100755 (executable)
@@ -1,3 +1,4 @@
 #!/bin/sh
+# SPDX-License-Identifier: GPL-2.0-only
 
-LD_PRELOAD=liblttng-ust-dl.so LD_LIBRARY_PATH=. ./prog
+LD_PRELOAD="liblttng-ust-dl.so" LD_LIBRARY_PATH=. ./prog
This page took 0.022729 seconds and 4 git commands to generate.