From 1d8c61bacd475b2f930847330ba10203ba4186a2 Mon Sep 17 00:00:00 2001 From: Chris Koeritz Date: Mon, 6 Feb 2017 19:36:49 -0500 Subject: [PATCH] cleaned up wording --- scripts/core/functions.sh | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) 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' -- 2.34.1