usttrace: fix arg error handling
authorPierre-Marc Fournier <pierre-marc.fournier@polymtl.ca>
Tue, 6 Oct 2009 00:15:18 +0000 (20:15 -0400)
committerPierre-Marc Fournier <pierre-marc.fournier@polymtl.ca>
Tue, 6 Oct 2009 00:15:18 +0000 (20:15 -0400)
usttrace

index c77f73114ae97d6e2db7f431f4f03c9714a17dd7..e8ab13c7079ea2ca84eaa048805e2e13ae58bc0c 100755 (executable)
--- a/usttrace
+++ b/usttrace
@@ -36,9 +36,9 @@ while getopts ":hlLmfs" options; do
                s) arg_syswide_daemon=1;;
                h) usage;
                   exit 0;;
-               \?) echo $usage
+               \?) usage
                        exit 1;;
-               *) echo $usage
+               *) usage
                        exit 1;;
        esac
 done
This page took 0.023356 seconds and 4 git commands to generate.