diff options
-rwxr-xr-x | scripts/buildhistory-diff | 2 | ||||
-rwxr-xr-x | scripts/devtool | 2 | ||||
-rwxr-xr-x | scripts/oe-pkgdata-util | 2 | ||||
-rwxr-xr-x | scripts/recipetool | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/scripts/buildhistory-diff b/scripts/buildhistory-diff index dfebcddf72..dc8b8f236e 100755 --- a/scripts/buildhistory-diff +++ b/scripts/buildhistory-diff | |||
@@ -1,4 +1,4 @@ | |||
1 | #!/usr/bin/env python | 1 | #!/usr/bin/env python3 |
2 | 2 | ||
3 | # Report significant differences in the buildhistory repository since a specific revision | 3 | # Report significant differences in the buildhistory repository since a specific revision |
4 | # | 4 | # |
diff --git a/scripts/devtool b/scripts/devtool index 4dbb527bc7..ff368dc2ae 100755 --- a/scripts/devtool +++ b/scripts/devtool | |||
@@ -1,4 +1,4 @@ | |||
1 | #!/usr/bin/env python | 1 | #!/usr/bin/env python3 |
2 | 2 | ||
3 | # OpenEmbedded Development tool | 3 | # OpenEmbedded Development tool |
4 | # | 4 | # |
diff --git a/scripts/oe-pkgdata-util b/scripts/oe-pkgdata-util index a04e44d35a..b39d9b566c 100755 --- a/scripts/oe-pkgdata-util +++ b/scripts/oe-pkgdata-util | |||
@@ -1,4 +1,4 @@ | |||
1 | #!/usr/bin/env python | 1 | #!/usr/bin/env python3 |
2 | 2 | ||
3 | # OpenEmbedded pkgdata utility | 3 | # OpenEmbedded pkgdata utility |
4 | # | 4 | # |
diff --git a/scripts/recipetool b/scripts/recipetool index 6c66487569..0e8bffb5c0 100755 --- a/scripts/recipetool +++ b/scripts/recipetool | |||
@@ -1,4 +1,4 @@ | |||
1 | #!/usr/bin/env python | 1 | #!/usr/bin/env python3 |
2 | 2 | ||
3 | # Recipe creation tool | 3 | # Recipe creation tool |
4 | # | 4 | # |