Skip to content

Commit

Permalink
Whoops left rogue echos in
Browse files Browse the repository at this point in the history
  • Loading branch information
Kardelio committed Mar 11, 2022
1 parent 1096612 commit 884a19a
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions easy-dumpsys
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,6 @@ do
echo "### $statusLine" >> "$simpleFile"
elif [[ "$line" =~ \ [a-zA-Z1-9]+\{[a-z0-9\}]+\ ]]; then
#TODO fragmetns not picked up here
echo ":::::" >> "$simpleFile"
echo "$line" >> "$simpleFile"
fi
done < "$dsFileName"
Expand Down Expand Up @@ -217,10 +216,7 @@ do
wholeFragment=$(printf "$line" | perl -nle 'm/([a-zA-Z0-9]*{[a-z0-9}]*)/; print $1')
fragmentTag=$(printf "$line" | perl -nle 'm/(tag=([a-zA-Z0-9-_]+))/; print $2')
if [[ -z "$fragmentTag" ]]; then
echo "No Tag found"
fragmentTag="-"
else
echo "Fragment tag: $fragmentTag"
fi
externalPackager=$(printf "$line" | perl -nle 'm/([a-z0-9A-Z_]*(\.[A-Za-z0-9_]+)+[A-Z0-9a-z_]*)/; print $1')
if [[ -z "$externalPackager" ]]; then
Expand Down

0 comments on commit 884a19a

Please sign in to comment.