diff options
Diffstat (limited to 'scripts/jobserver-exec')
-rwxr-xr-x | scripts/jobserver-exec | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/scripts/jobserver-exec b/scripts/jobserver-exec index 0fdb31a790a8..8762887a970c 100755 --- a/scripts/jobserver-exec +++ b/scripts/jobserver-exec @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python3 # SPDX-License-Identifier: GPL-2.0+ # # This determines how many parallel tasks "make" is expecting, as it is @@ -10,7 +10,7 @@ from __future__ import print_function import os, sys, errno import subprocess -# Extract and prepare jobserver file descriptors from envirnoment. +# Extract and prepare jobserver file descriptors from environment. claim = 0 jobs = b"" try: |