diff options
author | Fedja Beader <fedja@protonmail.ch> | 2024-08-28 15:15:27 +0000 |
---|---|---|
committer | Fedja Beader <fedja@protonmail.ch> | 2024-08-28 15:15:27 +0000 |
commit | 7929b1dc48116522b6ed82b05e864a5b15910de9 (patch) | |
tree | 9b3af9baa08a9dd500f5dbc8d11b3725420f15f2 /configure.ac | |
parent | e304e3feb771f3e1000addce04e7557f1211192a (diff) | |
download | plus-7929b1dc48116522b6ed82b05e864a5b15910de9.tar.gz plus-7929b1dc48116522b6ed82b05e864a5b15910de9.tar.bz2 plus-7929b1dc48116522b6ed82b05e864a5b15910de9.tar.xz plus-7929b1dc48116522b6ed82b05e864a5b15910de9.zip |
Remove silly msg.read* duplication
& shaves ~5KB from debug binary.
previd=""; while read -r line; do if [[ $line =~ .*"msg.read"[^\"]*"\""([^\"]*).* ]]; then id="${BASH_REMATCH[1]}"; if [[ "$id" == "$previd" ]]; then printf "%s\n" "$line"; fi; previd="$id"; fi; done < <(grep -r 'msg.read.*' src/net/)
****
mana/plus!91
Diffstat (limited to 'configure.ac')
0 files changed, 0 insertions, 0 deletions