SQSCANGHA-97 Use /usr/bin/env for shebang (#193)

This commit is contained in:
Elian Doran
2025-06-30 11:17:39 +03:00
committed by GitHub
parent 74f62c995b
commit ef211f93a6
12 changed files with 12 additions and 12 deletions

View File

@@ -1,4 +1,4 @@
#!/bin/bash
#!/usr/bin/env bash
source "$(dirname -- "$0")/utils.sh"