3
0
mirror of https://git.launchpad.net/ubuntu-dev-tools synced 2025-04-22 07:41:08 +00:00

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

@ -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
Debian release of the package.
'''
sys.exit(0)
sys.exit(exit)
########################################################################
# Changelog Management