Move to kernel style SPDX license identifiers
[lttng-ust.git] / doc / examples / demo / demo-trace
index dd677277b7a4c6a248b3d94671bf834e963490c4..e520e9a61707cc25f0063dda347a1de41b5ba05c 100755 (executable)
@@ -1,6 +1,8 @@
 #!/bin/sh
+#
+# SPDX-License-Identifier: MIT
 
-DIR=$(dirname $0)
-DIR=$(readlink -f $DIR)
+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 ${*}
+LD_PRELOAD="$DIR/lttng-ust-provider-ust-tests-demo.so:$DIR/lttng-ust-provider-ust-tests-demo3.so" "$DIR/demo" "${@}"
This page took 0.023285 seconds and 4 git commands to generate.