#1700: Remove &&<cr> in BLFS scripts
-------------------------+-------------------------
 Reporter:  pierre       |       Owner:  alfs-log@…
     Type:  enhancement  |      Status:  new
 Priority:  normal       |   Milestone:  3.0
Component:  ablfs        |     Version:  SVN
 Severity:  normal       |  Resolution:
 Keywords:               |
-------------------------+-------------------------

Comment (by pierre):

 This should be easy enough. of course, only && at the end of lines should
 be removed. But it is possible the a dev intends to have:
 {{{
 long instruction A &&
   instruction B
 }}}
 to be equivalent to:
 {{{
 if long instruction A; then
   instruction B
 }}}
 How to know? Ask dev to not use the && construct? When ''long instruction
 A'' is of the form ''[ -letter something ]'', that may be detected, but
 otherwise?

--
Ticket URL: <http://wiki.linuxfromscratch.org/alfs/ticket/1700#comment:2>
ALFS Trac <http://wiki.linuxfromscratch.org/alfs/>
Automated Linux From Scratch
-- 
http://lists.linuxfromscratch.org/listinfo/alfs-log
Unsubscribe: See the above information page

Reply via email to