usttrace: oops: $(USTDPID) -> $USTDPID
authorPierre-Marc Fournier <pierre-marc.fournier@polymtl.ca>
Wed, 28 Oct 2009 03:31:53 +0000 (23:31 -0400)
committerPierre-Marc Fournier <pierre-marc.fournier@polymtl.ca>
Wed, 28 Oct 2009 03:31:53 +0000 (23:31 -0400)
usttrace

index 0843fb2c079566c9ec74d3e69bfa064b344e661c..6cd3bf2194f8d6d6d517a66fd96516751ae68ff3 100755 (executable)
--- 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
This page took 0.02324 seconds and 4 git commands to generate.