chore: use portable shebangs consistently (#3141)

use portable shebangs consistently
This commit is contained in:
Lorentz Lasson
2025-06-02 01:21:07 +02:00
committed by GitHub
parent ebcaccda1c
commit 1c733e8c19
4 changed files with 4 additions and 4 deletions

View File

@@ -1,4 +1,4 @@
#!/bin/sh
#!/usr/bin/env sh
# Performs a lua-language-server check on all files.
# luals-out/check.json will be produced on any issues, returning 1.