#2541: Problem with autometio X script ----------------------+----------------------------------------------------- Reporter: krzysz00 | Owner: [email protected] Type: defect | Status: new Priority: normal | Milestone: future Component: BOOK | Version: SVN Severity: normal | Keywords: Xorg, scripts, fiees, #!, bash ----------------------+----------------------------------------------------- The automatic X build script in chapter 23 (Introduction to Xorg 7.2" section's first line is bash -e . It should be #!/bin/bash -e because in the current implementation of the script you create a new bash shell that has to be exited to continue the script and removes the "exit on all error" purpose of the line. Please fix as stated above
-- Ticket URL: <http://wiki.linuxfromscratch.org/blfs/ticket/2541> BLFS Trac <http://wiki.linuxfromscratch.org/blfs> Beyond Linux From Scratch -- http://linuxfromscratch.org/mailman/listinfo/blfs-book FAQ: http://www.linuxfromscratch.org/blfs/faq.html Unsubscribe: See the above information page
