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