diff options
| -rwxr-xr-x | bspswallow | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -21,7 +21,7 @@ get_ppid() { } check_swallowing_process() { - [ -n $(get_pid $1) ] && return 0 + [ -n $(get_pid $1) ] || return 0 [ "$(get_ppid "$(get_ppid "$(get_pid "$1")")")" = "$(get_pid "$2")" ] && return 0 || return 1 } |
