diff options
Diffstat (limited to 'scripts/sysroot-relativelinks.py')
-rwxr-xr-x | scripts/sysroot-relativelinks.py | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/scripts/sysroot-relativelinks.py b/scripts/sysroot-relativelinks.py index ffe254728b..56e36f3ad5 100755 --- a/scripts/sysroot-relativelinks.py +++ b/scripts/sysroot-relativelinks.py | |||
@@ -1,4 +1,8 @@ | |||
1 | #!/usr/bin/env python3 | 1 | #!/usr/bin/env python3 |
2 | # | ||
3 | # SPDX-License-Identifier: GPL-2.0-only | ||
4 | # | ||
5 | |||
2 | import sys | 6 | import sys |
3 | import os | 7 | import os |
4 | 8 | ||