Move to kernel style SPDX license identifiers
[lttng-ust.git] / doc / examples / clock-override / run-clock-override
index 295b48391878005566292ef34a49ad446586e062..77a484fba04d2b4c6f4bd35c4b733318edf65014 100755 (executable)
@@ -1,8 +1,10 @@
 #!/bin/sh
+#
+# SPDX-License-Identifier: MIT
 
 # launch with: run-clock-override progname args
 
-DIR=$(dirname $0)
-DIR=$(readlink -f $DIR)
+DIR=$(dirname "$0")
+DIR=$(readlink -f "$DIR")
 
-LTTNG_UST_CLOCK_PLUGIN="$DIR/lttng-ust-clock-override-example.so" ${*}
+LTTNG_UST_CLOCK_PLUGIN="$DIR/lttng-ust-clock-override-example.so" "${@}"
This page took 0.022952 seconds and 4 git commands to generate.