Make error() bomb with exit code 1, not 0.
This commit is contained in:
		
							parent
							
								
									adce1f16e0
								
							
						
					
					
						commit
						03ebd37bab
					
				|  | @ -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: | ||||
|  |  | |||
|  | @ -541,7 +541,7 @@ symlink_glx() { | |||
| error() { | ||||
| 	echo | ||||
| 	echo \ \ \ error:\ \ \ $1 | ||||
| 	exit | ||||
| 	exit 1 | ||||
| } | ||||
| 
 | ||||
| # printing out what's going on | ||||
|  |  | |||
		Loading…
	
		Reference in New Issue