From: Chris Koeritz Date: Sun, 4 Mar 2012 04:33:42 +0000 (-0500) Subject: language issue cleared up. X-Git-Tag: 2.140.90~1525 X-Git-Url: https://feistymeow.org/gitweb/?a=commitdiff_plain;h=863e47580bed788b215d4fdfd705200ff10e71cc;p=feisty_meow.git language issue cleared up. --- diff --git a/scripts/core/functions.sh b/scripts/core/functions.sh index 72258731..03135538 100644 --- a/scripts/core/functions.sh +++ b/scripts/core/functions.sh @@ -53,13 +53,9 @@ if [ -z "$skip_all" ]; then \rm "$tmppid" local appropriate_pattern='s/^.* *\([0-9][0-9]*\) *$/\1/p' for i in "${patterns[@]}"; do -#echo "pattern $i seek" >>~/crap.txt PIDS_SOUGHT+=$(cat $PID_DUMP \ | grep -i "$i" \ | sed -n -e "$appropriate_pattern") -#cp $PID_DUMP ~/crud -#echo heres the dump after grep >>~/crap.txt -#cat $PID_DUMP | grep -i "$i" >>~/crap.txt if [ ${#PIDS_SOUGHT[*]} -ne 0 ]; then # we want to bail as soon as we get matches, because on the same # platform, the same set of patterns should work to find all