diff options
Diffstat (limited to 'scripts')
-rwxr-xr-x | scripts/combo-layer | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/combo-layer b/scripts/combo-layer index c122f4b5e4..e467f390c1 100755 --- a/scripts/combo-layer +++ b/scripts/combo-layer | |||
@@ -507,7 +507,7 @@ def check_patch(patchfile): | |||
507 | f.close() | 507 | f.close() |
508 | if of: | 508 | if of: |
509 | of.close() | 509 | of.close() |
510 | bb.utils.rename(patchfile + '.tmp', patchfile) | 510 | os.rename(of.name, patchfile) |
511 | 511 | ||
512 | def drop_to_shell(workdir=None): | 512 | def drop_to_shell(workdir=None): |
513 | if not sys.stdin.isatty(): | 513 | if not sys.stdin.isatty(): |