From: Chris Koeritz Date: Tue, 7 Feb 2017 00:36:49 +0000 (-0500) Subject: cleaned up wording X-Git-Tag: 2.140.90~223 X-Git-Url: https://feistymeow.org/gitweb/?a=commitdiff_plain;h=1d8c61bacd475b2f930847330ba10203ba4186a2;p=feisty_meow.git cleaned up wording --- diff --git a/scripts/core/functions.sh b/scripts/core/functions.sh index 67c58455..dafa0c4f 100644 --- a/scripts/core/functions.sh +++ b/scripts/core/functions.sh @@ -148,8 +148,9 @@ if [ -z "$skip_all" ]; then local pid_finder_pattern='s/ *\([0-9][0-9]*\) *.*$/\1/p' else - # flags which clean up the output on unixes, which apparently cygwin - # doesn't count as. their crappy specialized ps doesn't support this. + # flags which clean up the process listing output on unixes. + # apparently cygwin doesn't count as a type of unix, because their + # crummy specialized ps command doesn't support normal ps flags. local EXTRA_UNIX_FLAGS="-o pid,args" # pattern to use for peeling off the process numbers. local pid_finder_pattern='s/^[[:space:]]*\([0-9][0-9]*\).*$/\1/p'