Hallo,

> There is this:
> ---
> sed -e 's/"(\\S+)"/"?([^\\s"]+)"?/' \
>     -i scripts/update-leap/update-leap.in
> ---
> Doesn't this is enough?

yes, I stand corrected, there is a fix, but it is defect as I noticed.
It replaces \S+ with \s+ which mean exact opposite things.

\S is "any non-white-space"
\s is "any white space"

Tschau...Thomas
--
Do you wanna be a legend or a passing footprint on the sands of time?
-- 
http://lists.linuxfromscratch.org/listinfo/blfs-support
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page

Reply via email to