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

remove two stray lines which sneaked into osc/build.py with the last commit

This commit is contained in:
Dr. Peter Poeml 2008-03-11 15:34:42 +00:00
parent 0334ea4218
commit 3f244d4b23

View File

@ -258,9 +258,6 @@ def main(opts, argv):
os.chmod(spec, 0644)
# make it possible to override configuration of the rc file
for var in ['OSC_PACKAGECACHEDIR', 'OSC_SU_WRAPPER', 'BUILD_ROOT', 'OSC_BUILD_ROOT']:
# make it possible to override configuration of the rc file
for var in ['OSC_PACKAGECACHEDIR', 'OSC_SU_WRAPPER', 'BUILD_ROOT', 'OSC_BUILD_ROOT']:
val = os.getenv(var)