usttrace fix variable name clash
[ust.git] / tests / valgrind_ust-consumerd.sh
index 53b1208ff38ae998d7533f4a7951aa515b87c1d4..a0d9e443de3030716b48e9217b18398544c5b4fc 100755 (executable)
@@ -40,7 +40,7 @@ UST_CONSUMERD_PID="$(<$pidfilepath)"
 
 okx usttrace -s $TESTDIR/basic/.libs/basic
 
-kill -SIGTERM $UST_CONSUMERD_PID
+kill -SIGTERM ${UST_CONSUMERD_PID}
 wait $!
 
 echo "Valgrind output is in $VALG_OUT"
This page took 0.023155 seconds and 4 git commands to generate.