From 87262b429d633420402e735a770f6d6cfedecf9a Mon Sep 17 00:00:00 2001 From: Chris Johns Date: Fri, 25 Sep 2020 11:22:34 +1000 Subject: Move all python commands to use env python - If you host does not provide a python command consult the User manual for ways you can run the python commands. - Full package paths are being used to avoid namespace pollution and crosstalk. --- misc/tools/boot.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'misc/tools/boot.py') diff --git a/misc/tools/boot.py b/misc/tools/boot.py index 265d1b3..6e8065a 100644 --- a/misc/tools/boot.py +++ b/misc/tools/boot.py @@ -1,6 +1,6 @@ # # RTEMS Tools Project (http://www.rtems.org/) -# Copyright 2019 Chris Johns (chrisj@rtems.org) +# Copyright 2019, 2020 Chris Johns (chrisj@rtems.org) # All rights reserved. # # This file is part of the RTEMS Tools package in 'rtems-tools'. -- cgit v1.2.3