Fixes for bindist target.

Change-Id: Iab025ed796e807aab0315a583a04ed8865fc0d44
Reviewed-by: Daniel Molkentin <daniel.molkentin@nokia.com>
This commit is contained in:
Daniel Molkentin
2012-01-30 14:12:07 +01:00
parent b7c322c84b
commit 3fe2113a2b
2 changed files with 2 additions and 3 deletions

View File

@@ -42,7 +42,6 @@ def main():
try:
opts, args = getopt.gnu_getopt(sys.argv[1:], 'h', ['help'])
except:
print str(err)
usage()
sys.exit(2)
for o, a in opts: