Enlightenment CVS committal Author : tsauerbeck Project : e17 Module : libs/edje
Dir : e17/libs/edje/src/bin Modified Files: edje_ls.c Log Message: fix exit status in case of an error =================================================================== RCS file: /cvsroot/enlightenment/e17/libs/edje/src/bin/edje_ls.c,v retrieving revision 1.3 retrieving revision 1.4 diff -u -3 -r1.3 -r1.4 --- edje_ls.c 17 Jan 2004 15:37:48 -0000 1.3 +++ edje_ls.c 17 Feb 2005 19:49:54 -0000 1.4 @@ -48,7 +48,7 @@ if (argc < 2) { main_help(); - exit(0); + exit(1); } edje_init(); @@ -74,7 +74,7 @@ if (!collections) { main_help(); - exit(0); + exit(1); } if (file_out) ------------------------------------------------------- SF email is sponsored by - The IT Product Guide Read honest & candid reviews on hundreds of IT Products from real users. Discover which products truly live up to the hype. Start reading now. http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click _______________________________________________ enlightenment-cvs mailing list enlightenment-cvs@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs