mirror of
https://github.com/junegunn/fzf.git
synced 2025-11-19 00:53:42 -05:00
fix fkill (kill:5: illegal pid:)
@@ -304,7 +304,7 @@ fkill() {
|
|||||||
|
|
||||||
if [ "x$pid" != "x" ]
|
if [ "x$pid" != "x" ]
|
||||||
then
|
then
|
||||||
kill -${1:-9} $pid
|
echo $pid | xargs kill -${1:-9}
|
||||||
fi
|
fi
|
||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
|||||||
Reference in New Issue
Block a user