summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xtracetool2
1 files changed, 1 insertions, 1 deletions
diff --git a/tracetool b/tracetool
index b74b630..534cc70 100755
--- a/tracetool
+++ b/tracetool
@@ -39,7 +39,7 @@ get_args()
{
local args
args=${1#*\(}
- args=${args%)*}
+ args=${args%\)*}
echo "$args"
}
OpenPOWER on IntegriCloud