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 if [ "X$1" = "X--check" ] ; then
checkonly=yes checkonly=yes
pid=$2 name=$2
name=$3 pid=$3
else else
name=$1 name=$1
pid=$2 pid=$2