X-Git-Url: https://feistymeow.org/gitweb/?a=blobdiff_plain;f=scripts%2Fcore%2Ffunctions.sh;h=8fdb80d51ded1f872bd74e7b56ea3a8cea3cbde4;hb=b1a338392fce5946457fa558c4fce91b111cdf3f;hp=6083bc7186d0fb072864efe6f4a4f22819aacc9a;hpb=2b85d7ecc6d0e163ec13e20d4e2d0040008fe45c;p=feisty_meow.git diff --git a/scripts/core/functions.sh b/scripts/core/functions.sh index 6083bc71..8fdb80d5 100644 --- a/scripts/core/functions.sh +++ b/scripts/core/functions.sh @@ -376,6 +376,11 @@ if [ -z "$skip_all" ]; then # special case for windows. ps | head -1 for curr in $p; do +#hmmm: currently not working right for windows cygwin. we're getting proper +# winpids out of the list now, but not able to use them in ps? +# should i be keeping the weirdo pid that we were getting in column 1 and +# use that, except when talking to taskkill? +# need further research. ps -W -p $curr | tail -n +2 done else