On Tue, Jun 05, 2012 at 10:18:28PM +0400, Aleksej Saushev wrote:
> > +++ src/etc/MAKEDEV.tmpl    Tue Jun  5 13:20:01 2012
> > @@ -2092,9 +2093,9 @@ local)
> >             umask 0
> >             if [ -n "$count_nodes" ]; then
> >                     count_nodes=$((count_nodes + \
> > -                       $(linecount "$(sh "$0.local" $opts -s all)") ))
> > +                       $(linecount "$("$HOST_SH" "$0.local" $opts -s 
> > all)") ))
> 
> Are \\s really not needed here?

Not needed for line continuations inside shell constructs.

        David

-- 
David Laight: da...@l8s.co.uk

Reply via email to