mirror of
				https://github.com/torvalds/linux.git
				synced 2025-10-31 16:48:26 +02:00 
			
		
		
		
	scripts: switch explicitly to Python 3
Some distributions are about to switch to Python 3 support only. This means that /usr/bin/python, which is Python 2, is not available anymore. Hence, switch scripts to use Python 3 explicitly. Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com> Signed-off-by: Masahiro Yamada <masahiroy@kernel.org>
This commit is contained in:
		
							parent
							
								
									19c329f680
								
							
						
					
					
						commit
						51839e29cb
					
				
					 2 changed files with 2 additions and 2 deletions
				
			
		|  | @ -1,4 +1,4 @@ | ||||||
| #!/usr/bin/env python | #!/usr/bin/env python3 | ||||||
| # | # | ||||||
| # Copyright 2004 Matt Mackall <mpm@selenic.com> | # Copyright 2004 Matt Mackall <mpm@selenic.com> | ||||||
| # | # | ||||||
|  |  | ||||||
|  | @ -1,4 +1,4 @@ | ||||||
| #!/usr/bin/env python | #!/usr/bin/env python3 | ||||||
| # SPDX-License-Identifier: GPL-2.0 | # SPDX-License-Identifier: GPL-2.0 | ||||||
| # | # | ||||||
| # diffconfig - a tool to compare .config files. | # diffconfig - a tool to compare .config files. | ||||||
|  |  | ||||||
		Loading…
	
		Reference in a new issue
	
	 Andy Shevchenko
						Andy Shevchenko