From: Chris Koeritz Date: Tue, 17 Feb 2015 22:28:58 +0000 (-0500) Subject: removed commented older code. X-Git-Tag: 2.140.90~705 X-Git-Url: https://feistymeow.org/gitweb/?a=commitdiff_plain;ds=inline;h=0cc5b6fcc6006574092e42b5a2c3abaab626ee1c;p=feisty_meow.git removed commented older code. --- 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 \