mirror of
https://github.com/X11Libre/xserver.git
synced 2026-09-24 20:55:49 +00:00
Make error() bomb with exit code 1, not 0.
This commit is contained in:
parent
adce1f16e0
commit
03ebd37bab
2 changed files with 6 additions and 1 deletions
|
|
@ -541,7 +541,7 @@ symlink_glx() {
|
|||
error() {
|
||||
echo
|
||||
echo \ \ \ error:\ \ \ $1
|
||||
exit
|
||||
exit 1
|
||||
}
|
||||
|
||||
# printing out what's going on
|
||||
|
|
|
|||
Loading…
Reference in a new issue