diff options
| author | JopStro <[email protected]> | 2021-02-02 11:27:53 +0000 |
|---|---|---|
| committer | JopStro <[email protected]> | 2021-02-02 11:27:53 +0000 |
| commit | e6de1db7d910bf209f0e249901bdc918f0119ed2 (patch) | |
| tree | d9b7c5a6fad2bbafaeb1f25a87bac30c185c2082 /bspswallow | |
| parent | 768c95982da522a2f4ce3da7a09598f95833a7f6 (diff) | |
Fix test command
Diffstat (limited to 'bspswallow')
| -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 } |
