[Pkg-jed-commit] r295 - in trunk/packages/jed-extra/debian: . init patches

Jörg Sommer joerg at alea.gnuu.de
Mon May 29 19:55:10 UTC 2006


Hello G.,

G. Milde schrieb am Fri 26. May, 13:53 (+0200):
> Because to me a line like 
> 
>  UTILS = $(shell sed -n -e '/^U/ {s/^.\s*//; s@\s.*@/*@; p;}' $(CONTENTS_FILE))
>  
> is cryptic and hard to maintain.

We can replace it by

UTILS = $(shell awk '/^U/ { print $2; }' $(CONTENTS_FILE))

Is this better?

Jörg.
-- 
And 1.1.81 is officially BugFree(tm), so if you receive any bug-reports
on it, you know they are just evil lies.
         -- Linus Torvalds
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 481 bytes
Desc: not available
Url : http://lists.alioth.debian.org/pipermail/pkg-jed-devel/attachments/20060529/42170927/attachment.pgp


More information about the Pkg-jed-devel mailing list