From 9d6ed9305ba5a8846a41bac13250d55f6f6d1db5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakub=20Soko=C5=82owski?= Date: Wed, 18 Oct 2023 22:17:25 +0200 Subject: [PATCH] fix shebang for NixOS usage in scheck-nix-shell.sh MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Jakub SokoĊ‚owski --- scripts/check-nix-shell.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/check-nix-shell.sh b/scripts/check-nix-shell.sh index 7a527995d2..3da325c2e7 100755 --- a/scripts/check-nix-shell.sh +++ b/scripts/check-nix-shell.sh @@ -1,4 +1,4 @@ -#!/bin/bash +#!/usr/bin/env bash # Check if inside Nix shell if [[ -z "${IN_NIX_SHELL}" ]]; then