GNOME Bugzilla – Bug 413999
Returns zero exit code when it fails
Last modified: 2019-03-25 23:13:55 UTC
This bug was reported to the Debian BTS. http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=390111 "xml2po should only exit with zero when it successfully completet its job. Look at this one: max@rabbit:~$ xml2po --invalid-option Usage: /usr/bin/xml2po [OPTIONS] [XMLFILE]... OPTIONS may be some of: [...] max@rabbit:~$ echo $? 0"
commit 46f8008446aa7efb7ae3bd2facc85cab0ca7d354 Author: Claude Paroz <claude@2xlibre.net> Date: Sat Jun 27 14:57:36 2009 +0200 [xml2po] Don't return 0 when command line contains errors (Bug #413999)