summaryrefslogtreecommitdiff
path: root/GL/symlink-mesa.sh
diff options
context:
space:
mode:
authorDaniel Stone <daniel@fooishbar.org>2006-01-19 12:25:01 +0000
committerDaniel Stone <daniel@fooishbar.org>2006-01-19 12:25:01 +0000
commit03ebd37baba2f5af3ab502ff02ec14c15859dc3f (patch)
treec16a873641b59f3c0e6d06eb6a181d8dc837ff06 /GL/symlink-mesa.sh
parentadce1f16e0d815e5c762407da3544a7d2eff9303 (diff)
Make error() bomb with exit code 1, not 0.
Diffstat (limited to 'GL/symlink-mesa.sh')
-rwxr-xr-xGL/symlink-mesa.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/GL/symlink-mesa.sh b/GL/symlink-mesa.sh
index b95fd6aaa..53c4efefa 100755
--- a/GL/symlink-mesa.sh
+++ b/GL/symlink-mesa.sh
@@ -541,7 +541,7 @@ symlink_glx() {
error() {
echo
echo \ \ \ error:\ \ \ $1
- exit
+ exit 1
}
# printing out what's going on