diff options
Diffstat (limited to 'scripts/sysroot-relativelinks.py')
-rwxr-xr-x | scripts/sysroot-relativelinks.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/sysroot-relativelinks.py b/scripts/sysroot-relativelinks.py index ac26367e77..e44eba2b11 100755 --- a/scripts/sysroot-relativelinks.py +++ b/scripts/sysroot-relativelinks.py | |||
@@ -1,4 +1,4 @@ | |||
1 | #!/usr/bin/env python | 1 | #!/usr/bin/env python3 |
2 | import sys | 2 | import sys |
3 | import os | 3 | import os |
4 | 4 | ||