From: Francois-Xavier Le Bail Date: Wed, 15 Feb 2023 08:50:22 +0000 (+0100) Subject: Make a comment more readable X-Git-Tag: tcpslice-1.7~47 X-Git-Url: https://git.tcpdump.org/tcpslice/commitdiff_plain/659fc4f28a5a3703d64fba18ad7ccceda61967d3 Make a comment more readable Moreover: Replace the deprecated 'egrep' variant by 'grep -E'. [skip ci] --- diff --git a/mkdep b/mkdep index 94038aa..caf547e 100755 --- a/mkdep +++ b/mkdep @@ -87,7 +87,7 @@ _EOF_ # hack can't deal with anything that requires a search path, and doesn't # even try for anything using bracket (<>) syntax. # -# egrep '^#include[ ]*".*"' /dev/null $* | +# grep -E '^#include[[:blank:]]*".*"' /dev/null $* | # sed -e 's/:[^"]*"\([^"]*\)".*/: \1/' -e 's/\.c/.o/' | #