merge-changelog: Return non-zero when arguments don't parse.

This commit is contained in:
Stefano Rivera 2010-12-22 19:48:50 +02:00
parent f74f07507b
commit c6a82f8bc1

View File

@ -28,7 +28,7 @@ merges them back together, and prints the merged result to stdout. This
is useful if you need to manually merge a ubuntu package with a new is useful if you need to manually merge a ubuntu package with a new
Debian release of the package. Debian release of the package.
''' '''
sys.exit(0) sys.exit(exit)
######################################################################## ########################################################################
# Changelog Management # Changelog Management