diff options
| -rwxr-xr-x | scripts/combo-layer | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/scripts/combo-layer b/scripts/combo-layer index 648dda2349..0f28cfa375 100755 --- a/scripts/combo-layer +++ b/scripts/combo-layer | |||
| @@ -268,7 +268,8 @@ def action_apply_patch(conf, args): | |||
| 268 | logger.info("After applying, run this tool again to apply the remaining patches") | 268 | logger.info("After applying, run this tool again to apply the remaining patches") |
| 269 | conf.update(name, "last_revision", lastrev) | 269 | conf.update(name, "last_revision", lastrev) |
| 270 | sys.exit(0) | 270 | sys.exit(0) |
| 271 | conf.update(name, "last_revision", lastrev) | 271 | if lastrev != repo['last_revision']: |
| 272 | conf.update(name, "last_revision", lastrev) | ||
| 272 | 273 | ||
| 273 | def action_splitpatch(conf, args): | 274 | def action_splitpatch(conf, args): |
| 274 | """ | 275 | """ |
