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:
parent
0334ea4218
commit
3f244d4b23
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user