baum

diff baum.c @ 42:233ac9bea4f1

switched exit code 127 to 126 (because shell returns 127 if command not found)
author meillo@marmaro.de
date Sat, 01 Mar 2008 20:41:35 +0100
parents 1ad3d7305e5d
children 0b82169d4129
line diff
     1.1 --- a/baum.c	Sat Mar 01 20:35:00 2008 +0100
     1.2 +++ b/baum.c	Sat Mar 01 20:41:35 2008 +0100
     1.3 @@ -254,7 +254,7 @@
     1.4  			*/
     1.5  		} else {
     1.6  			fprintf(stderr, "unknown option: %s\n", argv[0]);
     1.7 -			exit(127);
     1.8 +			exit(126);
     1.9  		}
    1.10  	}
    1.11