Make error() bomb with exit code 1, not 0.

This commit is contained in:
Daniel Stone 2006-01-19 12:25:01 +00:00
parent adce1f16e0
commit 03ebd37bab
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
2006-01-19 Daniel Stone <daniel@freedesktop.org>
* GL/symlink-mesa.sh:
Make error() bomb with exit 1, not 0.
2006-01-18 Eric Anholt <anholt@FreeBSD.org>
* GL/glx/indirect_dispatch.c:

View File

@ -541,7 +541,7 @@ symlink_glx() {
error() {
echo
echo \ \ \ error:\ \ \ $1
exit
exit 1
}
# printing out what's going on