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

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

View file

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