SDL: Use python3 for sort_controllers.py

From 7d7c48302b9e976b9e7e939e59abe4740d3e05cf Mon Sep 17 00:00:00 2001
From: Sam Lantinga <[EMAIL REDACTED]>
Date: Wed, 15 Jun 2022 14:10:22 -0700
Subject: [PATCH] Use python3 for sort_controllers.py

---
 src/joystick/sort_controllers.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/joystick/sort_controllers.py b/src/joystick/sort_controllers.py
index bcd05f6a4be..93461eb423c 100755
--- a/src/joystick/sort_controllers.py
+++ b/src/joystick/sort_controllers.py
@@ -1,4 +1,4 @@
-#!/usr/bin/env python
+#!/usr/bin/env python3
 #
 # Script to sort the game controller database entries in SDL_gamecontroller.c