doc: implement REUSE with SPDX identifiers
[lttng-ust.git] / doc / examples / demo / demo-trace
index dd677277b7a4c6a248b3d94671bf834e963490c4..d7c86267c3c1aee9c3dae3c310b4af2a8ef6fbdd 100755 (executable)
@@ -1,6 +1,10 @@
 #!/bin/sh
 
-DIR=$(dirname $0)
-DIR=$(readlink -f $DIR)
+# SPDX-FileCopyrightText: 2023 EfficiOS, Inc
+#
+# SPDX-License-Identifier: MIT
 
-LD_PRELOAD=$DIR/lttng-ust-provider-ust-tests-demo.so:$DIR/lttng-ust-provider-ust-tests-demo3.so $DIR/demo ${*}
+DIR=$(dirname "$0")
+DIR=$(readlink -f "$DIR")
+
+LD_PRELOAD="$DIR/lttng-ust-provider-ust-tests-demo.so:$DIR/lttng-ust-provider-ust-tests-demo3.so" "$DIR/demo" "${@}"
This page took 0.023507 seconds and 4 git commands to generate.