From: Pierre-Marc Fournier Date: Wed, 28 Oct 2009 03:31:53 +0000 (-0400) Subject: usttrace: oops: $(USTDPID) -> $USTDPID X-Git-Tag: v0.1~66 X-Git-Url: http://git.lttng.org/?p=ust.git;a=commitdiff_plain;h=524a8072fd7fa9b6f93242495b8435ba4a1d5622 usttrace: oops: $(USTDPID) -> $USTDPID --- diff --git a/usttrace b/usttrace index 0843fb2..6cd3bf2 100755 --- a/usttrace +++ b/usttrace @@ -143,7 +143,7 @@ then kill -SIGTERM "$USTDPID" echo "Waiting for ustd to shutdown..." - wait "$(USTDPID)" + wait "$USTDPID" rm "$pidfilepath" fi