From 175049fa11198654e643c03721ee493430ce4116 Mon Sep 17 00:00:00 2001 From: asymmetric Date: Sun, 17 Nov 2019 11:02:48 +0000 Subject: [PATCH] Change shebang to use /usr/bin/env Makes the script more portable to systems where perl is not in /usr/bin, e.g. NixOS. --- btrbk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/btrbk b/btrbk index 37a8dbe..42846d9 100755 --- a/btrbk +++ b/btrbk @@ -1,4 +1,4 @@ -#!/usr/bin/perl +#!/usr/bin/env perl # # btrbk - Create snapshots and remote backups of btrfs subvolumes #