From b869f7bf033f1053a35266745e2084150b776929 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20L=C3=A4ndle?= <969523+alaendle@users.noreply.github.com> Date: Sun, 15 Dec 2024 08:08:42 +0100 Subject: [PATCH] Use same env-based shebang in every script. --- check | 2 +- check-lts | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/check b/check index 6ae134e0..957a1a37 100755 --- a/check +++ b/check @@ -1,4 +1,4 @@ -#!/bin/bash +#!/usr/bin/env bash # Convenience script for checking constraints locally diff --git a/check-lts b/check-lts index a3692158..d63a5302 100755 --- a/check-lts +++ b/check-lts @@ -1,4 +1,4 @@ -#!/bin/bash +#!/usr/bin/env bash # Convenience script for checking constraints locally