Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/KhronosGroup/SPIRV-Tools.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/utils
diff options
context:
space:
mode:
authorRyan Harrison <rharrison@google.com>2020-12-10 21:39:37 +0300
committerGitHub <noreply@github.com>2020-12-10 21:39:37 +0300
commit09d1fea5890cdf993a89b578b9a6ebbb97bbc3d6 (patch)
tree18df90624821c12721a80e7052f74782da92b1c8 /utils
parent7170218b8deb9f6a0eade971159d1b8cbb44cacf (diff)
Force using Python 3 git-sync-deps (#4067)
This scripts fails to run in Python 2. For systems that have both Python 2 and 3 installed, depending on your PATH the existing code may or may not run. Explictly using Python 3 to avoid this.
Diffstat (limited to 'utils')
-rwxr-xr-xutils/git-sync-deps2
1 files changed, 1 insertions, 1 deletions
diff --git a/utils/git-sync-deps b/utils/git-sync-deps
index 057564132..eecfbe93b 100755
--- a/utils/git-sync-deps
+++ b/utils/git-sync-deps
@@ -1,4 +1,4 @@
-#!/usr/bin/env python
+#!/usr/bin/env python3
# Copyright 2014 Google Inc.
#
# Redistribution and use in source and binary forms, with or without