Fix leaks-kill.sh --check

This commit is contained in:
Nicolas Williams
2016-12-06 22:18:21 -06:00
parent 2027aa11ed
commit 1ed7bd56b1

View File

@@ -5,8 +5,8 @@ checkonly=no
if [ "X$1" = "X--check" ] ; then
checkonly=yes
pid=$2
name=$3
name=$2
pid=$3
else
name=$1
pid=$2