From d75feb59f43e244594b96da0b2dcc77563699901 Mon Sep 17 00:00:00 2001 From: Pascal J Date: Sun, 4 Dec 2022 22:07:01 +0100 Subject: [PATCH] grub-btrsd: update shebang --- grub-btrfsd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/grub-btrfsd b/grub-btrfsd index 399de37..198b0ad 100755 --- a/grub-btrfsd +++ b/grub-btrfsd @@ -1,4 +1,4 @@ -#!/bin/sh +#!/usr/bin/env sh # Copyright 2022 Pascal Jaeger # Distributed under the terms of the GNU General Public License v3 # Update GRUB when new BTRFS snapshots are created.