Fix leaks-kill.sh --check
This commit is contained in:
		@@ -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
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user