1
0
mirror of https://github.com/openSUSE/osc.git synced 2025-01-26 14:46:14 +01:00

- fixed check (caused by 8670d82fad)

This commit is contained in:
Marcus Huewe 2010-02-18 18:57:11 +01:00
parent 5a9de36e9e
commit f59372c96e

View File

@ -337,7 +337,7 @@ def main(opts, argv):
buildargs.append('--jobs %s' % opts.jobs)
elif config['build-jobs'] > 1:
buildargs.append('--jobs %s' % config['build-jobs'])
if opts.icecream or config['icecream']:
if opts.icecream or config['icecream'] != '0':
if opts.icecream:
num = opts.icecream
else: