Skip to content

Commit 93305e2

Browse files
committed
修改变量名
1 parent 8e05a71 commit 93305e2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

show-busy-java-threads.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ cleanupWhenExit() {
8383
trap "cleanupWhenExit" EXIT
8484

8585
printStackOfThread() {
86-
local threadLine
86+
local line
8787
local count=1
8888
while IFS=" " read -a line ; do
8989
local pid=${line[0]}

0 commit comments

Comments
 (0)