#2541 closed defect (wontfix)
Problem with autometio X script
Reported by: | krzysz00 | Owned by: | |
---|---|---|---|
Priority: | normal | Milestone: | |
Component: | BOOK | Version: | SVN |
Severity: | normal | Keywords: | Xorg, scripts, fiees, #!, bash |
Cc: |
Description
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
Note:
See TracTickets
for help on using tickets.
As stated on BLFS Dev just yesterday, there is no automatic X build script. The commands given in the book are intended to be entered interactively. You are *encouraged* to create a script based on the commands given. Perhaps the text should be revised, but BLFS does not provide any type of automated build scripts whatsoever.