psfind working to get windows pid, but...
[feisty_meow.git] / scripts / core / functions.sh
index 6083bc7186d0fb072864efe6f4a4f22819aacc9a..8fdb80d51ded1f872bd74e7b56ea3a8cea3cbde4 100644 (file)
@@ -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