From 47ec41a3517346bda60fde51f757a20e5a726d80 Mon Sep 17 00:00:00 2001 From: Danny Robson Date: Fri, 22 Feb 2019 13:01:24 +1100 Subject: [PATCH] init: print CACHEDIR.tag copy command --- init.py | 1 + 1 file changed, 1 insertion(+) diff --git a/init.py b/init.py index de40cf8..e724623 100755 --- a/init.py +++ b/init.py @@ -73,3 +73,4 @@ if __name__ == '__main__': accumulated += args print(f"cmake {source_dir} {' '.join(accumulated)}") + print(f"cp {os.path.join(self_dir, 'CACHEDIR.tag.in')} CACHEDIR.tag")