summaryrefslogtreecommitdiffstats
path: root/scripts/lib/recipetool/create.py
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/lib/recipetool/create.py')
-rw-r--r--scripts/lib/recipetool/create.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/lib/recipetool/create.py b/scripts/lib/recipetool/create.py
index f9dda3c2f9..143bc63e9d 100644
--- a/scripts/lib/recipetool/create.py
+++ b/scripts/lib/recipetool/create.py
@@ -901,6 +901,7 @@ def create_recipe(args):
901 f.write('%s\n' % line) 901 f.write('%s\n' % line)
902 lastline = line 902 lastline = line
903 log_info_cond('Recipe %s has been created; further editing may be required to make it fully functional' % outfile, args.devtool) 903 log_info_cond('Recipe %s has been created; further editing may be required to make it fully functional' % outfile, args.devtool)
904 tinfoil.modified_files()
904 905
905 if tempsrc: 906 if tempsrc:
906 if args.keep_temp: 907 if args.keep_temp: