/update_single_include.sh: Use portable shebang (#308)

This commit is contained in:
Gleb Popov
2025-08-18 11:21:08 +03:00
committed by GitHub
parent 0bb32ae85b
commit 593ff96024

View File

@@ -1,4 +1,4 @@
#!/bin/bash
#!/usr/bin/env bash
DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" >/dev/null 2>&1 && pwd )"
cd $(dirname "${DIR}")