From 0cc5b6fcc6006574092e42b5a2c3abaab626ee1c Mon Sep 17 00:00:00 2001 From: Chris Koeritz Date: Tue, 17 Feb 2015 17:28:58 -0500 Subject: [PATCH] removed commented older code. --- scripts/core/functions.sh | 3 --- 1 file changed, 3 deletions(-) diff --git a/scripts/core/functions.sh b/scripts/core/functions.sh index f1fd1ea1..8c308e2e 100644 --- a/scripts/core/functions.sh +++ b/scripts/core/functions.sh @@ -98,9 +98,6 @@ if [ -z "$skip_all" ]; then # we 'type' the file to get rid of the unicode result from wmic. cmd $flag type "$tmppid" >$PID_DUMP \rm "$tmppid" -# local CR=' -#' # embedded carriage return. -# local appropriate_pattern="s/^.* *\([0-9][0-9]*\)[ $CR]*\$/\1/p" local appropriate_pattern="s/^.* *\([0-9][0-9]*\) *\$/\1/p" for i in "${patterns[@]}"; do PIDS_SOUGHT+=($(cat $PID_DUMP \ -- 2.34.1