summaryrefslogtreecommitdiff
path: root/tools/ci/scripts/patchsdl1.sh
diff options
context:
space:
mode:
Diffstat (limited to 'tools/ci/scripts/patchsdl1.sh')
-rwxr-xr-xtools/ci/scripts/patchsdl1.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/ci/scripts/patchsdl1.sh b/tools/ci/scripts/patchsdl1.sh
index b97e12bbd..cb4c9a9de 100755
--- a/tools/ci/scripts/patchsdl1.sh
+++ b/tools/ci/scripts/patchsdl1.sh
@@ -1,4 +1,4 @@
-#!/bin/bash
+#!/usr/bin/env bash
# Fix compilation warning
sed -i 's|#define GL_GLEXT_VERSION 29|#ifndef GL_GLEXT_VERSION\n#define GL_GLEXT_VERSION 29\n#endif|' /usr/include/SDL/SDL_opengl.h